Html Css Color HEX #707766 Willow Grove

📋 copy color: '#707766'

red 112 ◦ green 119 ◦ blue 102

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

Shades of Willow Grove #707766

Tints of Willow Grove #707766

RGB

 RED value IS 112 (44.14% from 255) = 33.63%

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 33.63%
G = 35.74%
B = 30.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#707766 (or 0x707766) is known color: Willow Grove. HEX triplet: 70, 77 and 66. RGB value is (112,119,102). Sum of RGB (Red+Green+Blue) = 112+119+102=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #707766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707766 is #8F8899. Grayscale: #737373. Windows color (decimal): -9406618 or 6715248. OLE color: 6715248.

HSL color Cylindrical-coordinate representation of color #707766: hue angle of 84.71º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707766 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 102 -
CMYK 0.06 0 0.14 0.53
HSL 84.71º 0.08% 0.43% -
HSV(B) 84.71º 0.14% 0.47% -
XYZ 15.68 17.6 15.14 -
YUV 114.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 112 119 102 0.06 0 0.14 0.53 84.71 0.08 0.43
Hex 70 77 66 6 0 E 35 55 8 2B
Octal 160 167 146 6 0 16 65 125 10 53
Binary 1110000 1110111 1100110 110 0 1110 110101 1010101 1000 101011

Color Harmonies of #707766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707766

Black with #707766

Text Example


Text Example

White with #707766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707766; }

 p { color: rgb(112,119,102); }

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

background-color css

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

 a { background-color: rgb(112,119,102); }

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

border-color css

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

 span { border-color: rgb(112,119,102); }

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