Html Css Color HEX #71704F Hemlock

📋 copy color: '#71704F'

red 113 ◦ green 112 ◦ blue 79

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

Shades of Hemlock #71704F

Tints of Hemlock #71704F

RGB

 RED value IS 113 (44.53% from 255) = 37.17%

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 37.17%
G = 36.84%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71704F (or 0x71704F) is known color: Hemlock. HEX triplet: 71, 70 and 4F. RGB value is (113,112,79). Sum of RGB (Red+Green+Blue) = 113+112+79=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71704F is #8E8FB0. Grayscale: #6C6C6C. Windows color (decimal): -9342897 or 5206129. OLE color: 5206129.

HSL color Cylindrical-coordinate representation of color #71704F: hue angle of 58.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71704F is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 79 -
CMYK 0 0.01 0.30 0.56
HSL 58.24º 0.18% 0.38% -
HSV(B) 58.24º 0.3% 0.44% -
XYZ 14.02 15.66 9.68 -
YUV 108.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 113 112 79 0 0.01 0.30 0.56 58.24 0.18 0.38
Hex 71 70 4F 0 1 1E 38 3A 12 26
Octal 161 160 117 0 1 36 70 72 22 46
Binary 1110001 1110000 1001111 0 1 11110 111000 111010 10010 100110

Color Harmonies of #71704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71704F

Black with #71704F

Text Example


Text Example

White with #71704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71704F; }

 p { color: rgb(113,112,79); }

 H1.HeaderClassName
 {
   color: #71704F;
 }
 .AnyTagClassName
 {
   color: #71704F;
 }
</style>

background-color css

<style>
 a { background-color: #71704F; }

 a { background-color: rgb(113,112,79); }

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

border-color css

<style>
 span { border-color: #71704F; }

 span { border-color: rgb(113,112,79); }

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