Color Hex Logo

#73716b Color Hex

#73716B
(115,113,107)
0 Favorites   0 Comments

Color spaces of #73716b

RGB 115113107
HSL0.130.040.44
HSV45°45°
CMYK 0.000.020.07   0.55
XYZ15.629216.516616.2742
Yxy16.51660.32280.3411
Hunter Lab40.6406-2.47524.7062
CIE-Lab47.6451-0.40453.5935

#73716b color RGB value is (115,113,107).

#73716b hex color red value is 115, green value is 113 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #73716b hue: 0.13 , saturation: 0.04 and the lightness value of 73716b is 0.44.

The process color (four color CMYK) of #73716b color hex is 0.00, 0.02, 0.07, 0.55. Web safe color of #73716b is #666666. Color #73716b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110001 01101011
Octal 163 161 153
Decimal 115 113 107
Hex 73 71 6B

RGB Percentages of Color #73716b

%34.33
%33.73
%31.94

CMYK Percentages of Color #73716b

%0
%2
%7
%55

Triadic Colors of #73716b

#73716b #6b7371 #716b73

Analogous Colors of #73716b

#73716b #71736b #736d6b

Monochromatic Colors of #73716b

#73716b

Complementary Color

#73716b #6b6d73

#73716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73716b Color CSS Codes

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

#73716b Text Font Color

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

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


#73716b Background Color

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

This div background color is #73716b


#73716b Border Color

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

This div border color is #73716b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,113,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73716b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73716b;
  -webkit-box-shadow: 1px 1px 3px 2px #73716b;
  box-shadow:         1px 1px 3px 2px #73716b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,113,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73716b


Comments

No comments written yet.

Please login to write comment.