Html Css Color HEX #71766A Willow Grove

📋 copy color: '#71766A'

red 113 ◦ green 118 ◦ blue 106

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

Shades of Willow Grove #71766A

Tints of Willow Grove #71766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 33.53%
G = 35.01%
B = 31.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#71766A (or 0x71766A) is known color: Willow Grove. HEX triplet: 71, 76 and 6A. RGB value is (113,118,106). Sum of RGB (Red+Green+Blue) = 113+118+106=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #71766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71766A is #8E8995. Grayscale: #737373. Windows color (decimal): -9341334 or 6977137. OLE color: 6977137.

HSL color Cylindrical-coordinate representation of color #71766A: hue angle of 85º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71766A is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 106 -
CMYK 0.04 0 0.10 0.54
HSL 85º 0.05% 0.44% -
HSV(B) 85º 0.1% 0.46% -
XYZ 15.89 17.51 16.18 -
YUV 115.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 113 118 106 0.04 0 0.10 0.54 85 0.05 0.44
Hex 71 76 6A 4 0 A 36 55 5 2C
Octal 161 166 152 4 0 12 66 125 5 54
Binary 1110001 1110110 1101010 100 0 1010 110110 1010101 101 101100

Color Harmonies of #71766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71766A

Black with #71766A

Text Example


Text Example

White with #71766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71766A; }

 p { color: rgb(113,118,106); }

 H1.HeaderClassName
 {
   color: #71766A;
 }
 .AnyTagClassName
 {
   color: #71766A;
 }
</style>

background-color css

<style>
 a { background-color: #71766A; }

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

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

border-color css

<style>
 span { border-color: #71766A; }

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

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