Html Css Color HEX #73704C Hemlock

📋 copy color: '#73704C'

red 115 ◦ green 112 ◦ blue 76

#73704C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #73704C

Tints of Hemlock #73704C

RGB

 RED value IS 115 (45.31% from 255) = 37.95%

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 37.95%
G = 36.96%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73704C (or 0x73704C) is known color: Hemlock. HEX triplet: 73, 70 and 4C. RGB value is (115,112,76). Sum of RGB (Red+Green+Blue) = 115+112+76=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #73704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73704C is #8C8FB3. Grayscale: #6C6C6C. Windows color (decimal): -9211828 or 5009523. OLE color: 5009523.

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

Color convert

RGB 115 112 76 -
CMYK 0 0.03 0.34 0.55
HSL 55.38º 0.2% 0.37% -
HSV(B) 55.38º 0.34% 0.45% -
XYZ 14.17 15.75 9.13 -
YUV 108.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 115 112 76 0 0.03 0.34 0.55 55.38 0.2 0.37
Hex 73 70 4C 0 3 22 37 37 14 25
Octal 163 160 114 0 3 42 67 67 24 45
Binary 1110011 1110000 1001100 0 11 100010 110111 110111 10100 100101

Color Harmonies of #73704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73704C

Black with #73704C

Text Example


Text Example

White with #73704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73704C;
 }
 .AnyTagClassName
 {
   color: #73704C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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