Color Hex Logo

#762941 Color Hex

#762941
(118,41,65)
0 Favorites   0 Comments

Color spaces of #762941

RGB 1184165
HSL0.950.480.31
HSV341°65°46°
CMYK 0.000.650.45   0.54
XYZ9.21835.81915.6384
Yxy5.81910.44580.2814
Hunter Lab24.122825.99713.0277
CIE-Lab28.951435.96852.9557

#762941 color RGB value is (118,41,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01000001
Octal 166 51 101
Decimal 118 41 65
Hex 76 29 41

RGB Percentages of Color #762941

%52.68
%18.30
%29.02

CMYK Percentages of Color #762941

%0
%65
%45
%54

Triadic Colors of #762941

#762941 #417629 #294176

Analogous Colors of #762941

#762941 #763829 #762968

Monochromatic Colors of #762941

#762941

Complementary Color

#762941 #29765e

#762941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762941 Color CSS Codes

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

#762941 Text Font Color

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

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


#762941 Background Color

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

This div background color is #762941


#762941 Border Color

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

This div border color is #762941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762941


Comments

No comments written yet.

Please login to write comment.