Html Css Color HEX #71704B Hemlock

📋 copy color: '#71704B'

red 113 ◦ green 112 ◦ blue 75

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

Shades of Hemlock #71704B

Tints of Hemlock #71704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25%

R = 37.67%
G = 37.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71704B (or 0x71704B) is known color: Hemlock. HEX triplet: 71, 70 and 4B. RGB value is (113,112,75). Sum of RGB (Red+Green+Blue) = 113+112+75=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #71704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71704B is #8E8FB4. Grayscale: #6C6C6C. Windows color (decimal): -9342901 or 4943985. OLE color: 4943985.

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

Color convert

RGB 113 112 75 -
CMYK 0 0.01 0.34 0.56
HSL 58.42º 0.2% 0.37% -
HSV(B) 58.42º 0.34% 0.44% -
XYZ 13.87 15.61 8.94 -
YUV 108.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 113 112 75 0 0.01 0.34 0.56 58.42 0.2 0.37
Hex 71 70 4B 0 1 22 38 3A 14 25
Octal 161 160 113 0 1 42 70 72 24 45
Binary 1110001 1110000 1001011 0 1 100010 111000 111010 10100 100101

Color Harmonies of #71704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71704B

Black with #71704B

Text Example


Text Example

White with #71704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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