Color Hex Logo

#72464b Color Hex

#72464B
(114,70,75)
0 Favorites   0 Comments

Color spaces of #72464b

RGB 1147075
HSL0.980.240.36
HSV353°39°45°
CMYK 0.000.390.34   0.55
XYZ10.39968.46577.7425
Yxy8.46570.39080.3182
Hunter Lab29.095912.88264.5899
CIE-Lab34.934519.60044.9597

#72464b color RGB value is (114,70,75).

#72464b hex color red value is 114, green value is 70 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72464b hue: 0.98 , saturation: 0.24 and the lightness value of 72464b is 0.36.

The process color (four color CMYK) of #72464b color hex is 0.00, 0.39, 0.34, 0.55. Web safe color of #72464b is #663333. Color #72464b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000110 01001011
Octal 162 106 113
Decimal 114 70 75
Hex 72 46 4B

RGB Percentages of Color #72464b

%44.02
%27.03
%28.96

CMYK Percentages of Color #72464b

%0
%39
%34
%55

Triadic Colors of #72464b

#72464b #4b7246 #464b72

Analogous Colors of #72464b

#72464b #725746 #724661

Monochromatic Colors of #72464b

#72464b

Complementary Color

#72464b #46726d

#72464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72464b Color CSS Codes

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

#72464b Text Font Color

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

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


#72464b Background Color

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

This div background color is #72464b


#72464b Border Color

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

This div border color is #72464b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,70,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72464b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72464b;
  -webkit-box-shadow: 1px 1px 3px 2px #72464b;
  box-shadow:         1px 1px 3px 2px #72464b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,70,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72464b


Comments

No comments written yet.

Please login to write comment.