Html Css Color HEX #71805D Willow Grove

📋 copy color: '#71805D'

red 113 ◦ green 128 ◦ blue 93

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

Shades of Willow Grove #71805D

Tints of Willow Grove #71805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 33.83%
G = 38.32%
B = 27.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#71805D (or 0x71805D) is known color: Willow Grove. HEX triplet: 71, 80 and 5D. RGB value is (113,128,93). Sum of RGB (Red+Green+Blue) = 113+128+93=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #71805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71805D is #8E7FA2. Grayscale: #777777. Windows color (decimal): -9338787 or 6127729. OLE color: 6127729.

HSL color Cylindrical-coordinate representation of color #71805D: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71805D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 93 -
CMYK 0.12 0 0.27 0.50
HSL 85.71º 0.16% 0.43% -
HSV(B) 85.71º 0.27% 0.5% -
XYZ 16.51 19.74 13.3 -
YUV 119.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 113 128 93 0.12 0 0.27 0.50 85.71 0.16 0.43
Hex 71 80 5D C 0 1B 32 56 10 2B
Octal 161 200 135 14 0 33 62 126 20 53
Binary 1110001 10000000 1011101 1100 0 11011 110010 1010110 10000 101011

Color Harmonies of #71805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71805D

Black with #71805D

Text Example


Text Example

White with #71805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71805D; }

 p { color: rgb(113,128,93); }

 H1.HeaderClassName
 {
   color: #71805D;
 }
 .AnyTagClassName
 {
   color: #71805D;
 }
</style>

background-color css

<style>
 a { background-color: #71805D; }

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

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

border-color css

<style>
 span { border-color: #71805D; }

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

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