Html Css Color HEX #707666 Willow Grove

📋 copy color: '#707666'

red 112 ◦ green 118 ◦ blue 102

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

Shades of Willow Grove #707666

Tints of Willow Grove #707666

RGB

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

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

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

R = 33.73%
G = 35.54%
B = 30.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#707666 (or 0x707666) is known color: Willow Grove. HEX triplet: 70, 76 and 66. RGB value is (112,118,102). Sum of RGB (Red+Green+Blue) = 112+118+102=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #707666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707666 is #8F8999. Grayscale: #727272. Windows color (decimal): -9406874 or 6714992. OLE color: 6714992.

HSL color Cylindrical-coordinate representation of color #707666: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707666 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 102 -
CMYK 0.05 0 0.14 0.54
HSL 82.5º 0.07% 0.43% -
HSV(B) 82.5º 0.14% 0.46% -
XYZ 15.56 17.36 15.1 -
YUV 114.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 112 118 102 0.05 0 0.14 0.54 82.5 0.07 0.43
Hex 70 76 66 5 0 E 36 52 7 2B
Octal 160 166 146 5 0 16 66 122 7 53
Binary 1110000 1110110 1100110 101 0 1110 110110 1010010 111 101011

Color Harmonies of #707666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707666

Black with #707666

Text Example


Text Example

White with #707666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707666; }

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

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

background-color css

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

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

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

border-color css

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

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

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