Html Css Color HEX #71714C Hemlock

📋 copy color: '#71714C'

red 113 ◦ green 113 ◦ blue 76

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

Shades of Hemlock #71714C

Tints of Hemlock #71714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 37.42%
G = 37.42%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71714C (or 0x71714C) is known color: Hemlock. HEX triplet: 71, 71 and 4C. RGB value is (113,113,76). Sum of RGB (Red+Green+Blue) = 113+113+76=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71714C is #8E8EB3. Grayscale: #6C6C6C. Windows color (decimal): -9342644 or 5009777. OLE color: 5009777.

HSL color Cylindrical-coordinate representation of color #71714C: hue angle of 60º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71714C is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 76 -
CMYK 0 0 0.33 0.56
HSL 60º 0.2% 0.37% -
HSV(B) 60º 0.33% 0.44% -
XYZ 14.02 15.84 9.16 -
YUV 108.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 113 113 76 0 0 0.33 0.56 60 0.2 0.37
Hex 71 71 4C 0 0 21 38 3C 14 25
Octal 161 161 114 0 0 41 70 74 24 45
Binary 1110001 1110001 1001100 0 0 100001 111000 111100 10100 100101

Color Harmonies of #71714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71714C

Black with #71714C

Text Example


Text Example

White with #71714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,113,76); }

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

background-color css

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

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

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

border-color css

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

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

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