#73704D

Color #73704D Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #73704D

Tints of Hemlock #73704D

Color information

#73704D (or 0x73704D) is unknown color: approx Hemlock. HEX triplet: 73, 70 and 4D. RGB value is (115,112,77). Sum of RGB (Red+Green+Blue) = 115+112+77=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #73704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73704D is #8C8FB2. Grayscale: #6D6D6D. Windows color (decimal): -9211827 or 5075059. OLE color: 5075059.

HSL color Cylindrical-coordinate representation of color #73704D: hue angle of 55.26º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73704D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB11511277-
CMYK00.030.330.55
HSL55.26º19.79%37.65%-
HSV(B)55.26º33.04%45.1%-
XYZ14.215.779.32-
YUV108.91109.99132.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=37.83%
G=36.84%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151127700.030.330.5555.2619.7937.65
Hex73704D032137371426
Octal163160115034167672446
Binary11100111110000100110101110000111011111011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73704D; }

 p { color: rgb(115,112,77); }

 H1.HeaderClassName
 {
   color: #73704D;
 }
 .AnyTagClassName
 {
   color: #73704D;
 }
</style>
background-color css

<style>
 a { background-color: #73704D; }

 a { background-color: rgb(115,112,77); }

 div.DivClassName
 {
   background-color: #73704D;
 }
 .BgClassName
 {
   background-color: #73704D;
 }
</style>
border-color css

<style>
 span { border-color: #73704D; }

 span { border-color: rgb(115,112,77); }

 td.TdClassName
 {
   border-color: #73704D;
 }
 .TagClassName
 {
   border-color: #73704D;
 }
</style>