Color Hex Logo

#762939 Color Hex

#762939
(118,41,57)
0 Favorites   0 Comments

Color spaces of #762939

RGB 1184157
HSL0.970.480.31
HSV348°65°46°
CMYK 0.000.650.52   0.54
XYZ9.00275.73284.5029
Yxy5.73280.46800.2980
Hunter Lab23.943325.21555.6099
CIE-Lab28.728135.12607.9543

#762939 color RGB value is (118,41,57).

#762939 hex color red value is 118, green value is 41 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #762939 hue: 0.97 , saturation: 0.48 and the lightness value of 762939 is 0.31.

The process color (four color CMYK) of #762939 color hex is 0.00, 0.65, 0.52, 0.54. Web safe color of #762939 is #663333. Color #762939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 00111001
Octal 166 51 71
Decimal 118 41 57
Hex 76 29 39

RGB Percentages of Color #762939

%54.63
%18.98
%26.39

CMYK Percentages of Color #762939

%0
%65
%52
%54

Triadic Colors of #762939

#762939 #397629 #293976

Analogous Colors of #762939

#762939 #764029 #762960

Monochromatic Colors of #762939

#762939

Complementary Color

#762939 #297666

#762939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762939 Color CSS Codes

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

#762939 Text Font Color

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

This sample text font color is #762939
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.


#762939 Background Color

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

This div background color is #762939


#762939 Border Color

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

This div border color is #762939


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,41,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762939; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762939;
  -webkit-box-shadow: 1px 1px 3px 2px #762939;
  box-shadow:         1px 1px 3px 2px #762939; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762939


Comments

No comments written yet.

Please login to write comment.