Html Css Color HEX #73704D Hemlock

📋 copy color: '#73704D'

red 115 ◦ green 112 ◦ blue 77

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

Shades of Hemlock #73704D

Tints of Hemlock #73704D

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 value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73704D (or 0x73704D) is known color: 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

RGB 115 112 77 -
CMYK 0 0.03 0.33 0.55
HSL 55.26º 0.2% 0.38% -
HSV(B) 55.26º 0.33% 0.45% -
XYZ 14.2 15.77 9.32 -
YUV 108.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 115 112 77 0 0.03 0.33 0.55 55.26 0.2 0.38
Hex 73 70 4D 0 3 21 37 37 14 26
Octal 163 160 115 0 3 41 67 67 24 46
Binary 1110011 1110000 1001101 0 11 100001 110111 110111 10100 100110

Color Harmonies of #73704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73704D

Black with #73704D

Text Example


Text Example

White with #73704D

Text Example


Text Example

HTML Codes & Css Web 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>