Html Css Color HEX #71714B Hemlock

📋 copy color: '#71714B'

red 113 ◦ green 113 ◦ blue 75

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

Shades of Hemlock #71714B

Tints of Hemlock #71714B

RGB

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

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

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

R = 37.54%
G = 37.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71714B (or 0x71714B) is known color: Hemlock. HEX triplet: 71, 71 and 4B. RGB value is (113,113,75). Sum of RGB (Red+Green+Blue) = 113+113+75=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71714B is #8E8EB4. Grayscale: #6C6C6C. Windows color (decimal): -9342645 or 4944241. OLE color: 4944241.

HSL color Cylindrical-coordinate representation of color #71714B: 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.34%. Process color model (Four color, CMYK) of #71714B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 75 -
CMYK 0 0 0.34 0.56
HSL 60º 0.2% 0.37% -
HSV(B) 60º 0.34% 0.44% -
XYZ 13.99 15.83 8.97 -
YUV 108.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 113 113 75 0 0 0.34 0.56 60 0.2 0.37
Hex 71 71 4B 0 0 22 38 3C 14 25
Octal 161 161 113 0 0 42 70 74 24 45
Binary 1110001 1110001 1001011 0 0 100010 111000 111100 10100 100101

Color Harmonies of #71714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71714B

Black with #71714B

Text Example


Text Example

White with #71714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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