Color Hex Logo

#762e1f Color Hex

#762E1F
(118,46,31)
0 Favorites   0 Comments

Color spaces of #762e1f

RGB 1184631
HSL0.030.580.29
HSV10°74°46°
CMYK 0.000.610.74   0.54
XYZ8.69555.90451.9777
Yxy5.90450.52450.3562
Hunter Lab24.299221.353012.1838
CIE-Lab29.170230.597725.3066

#762e1f color RGB value is (118,46,31).

#762e1f hex color red value is 118, green value is 46 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #762e1f hue: 0.03 , saturation: 0.58 and the lightness value of 762e1f is 0.29.

The process color (four color CMYK) of #762e1f color hex is 0.00, 0.61, 0.74, 0.54. Web safe color of #762e1f is #663333. Color #762e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 00011111
Octal 166 56 37
Decimal 118 46 31
Hex 76 2E 1F

RGB Percentages of Color #762e1f

%60.51
%23.59
%15.90

CMYK Percentages of Color #762e1f

%0
%61
%74
%54

Triadic Colors of #762e1f

#762e1f #1f762e #2e1f76

Analogous Colors of #762e1f

#762e1f #765a1f #761f3b

Monochromatic Colors of #762e1f

#762e1f

Complementary Color

#762e1f #1f6776

#762e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#762e1f Color CSS Codes

.mybgcolor {background-color:#762e1f; } 
.myforecolor {color:#762e1f; }
.mybordercolor {border:3px solid #762e1f; }

#762e1f Text Font Color

<p style="color:#762e1f">Text here</p>

This sample text font color is #762e1f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#762e1f Background Color

<div style="background-color:#762e1f">
Div content here</div>

This div background color is #762e1f


#762e1f Border Color

<div style="border:3px solid #762e1f">
Div here</div>

This div border color is #762e1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,46,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762e1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762e1f;
  -webkit-box-shadow: 1px 1px 3px 2px #762e1f;
  box-shadow:         1px 1px 3px 2px #762e1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,46,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #762e1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #762e1f;
  -webkit-box-shadow: 1px 1px 3px 2px #762e1f;
  box-shadow:         1px 1px 3px 2px #762e1f;">
Div content here</div>

This div box has shadow with color #762e1f


Comments

No comments written yet.

Please login to write comment.