Html Css Color HEX #707765 Willow Grove

📋 copy color: '#707765'

red 112 ◦ green 119 ◦ blue 101

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

Shades of Willow Grove #707765

Tints of Willow Grove #707765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 33.73%
G = 35.84%
B = 30.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#707765 (or 0x707765) is known color: Willow Grove. HEX triplet: 70, 77 and 65. RGB value is (112,119,101). Sum of RGB (Red+Green+Blue) = 112+119+101=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #707765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707765 is #8F889A. Grayscale: #727272. Windows color (decimal): -9406619 or 6649712. OLE color: 6649712.

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

Color convert

RGB 112 119 101 -
CMYK 0.06 0 0.15 0.53
HSL 83.33º 0.08% 0.43% -
HSV(B) 83.33º 0.15% 0.47% -
XYZ 15.63 17.58 14.88 -
YUV 114.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 112 119 101 0.06 0 0.15 0.53 83.33 0.08 0.43
Hex 70 77 65 6 0 F 35 53 8 2B
Octal 160 167 145 6 0 17 65 123 10 53
Binary 1110000 1110111 1100101 110 0 1111 110101 1010011 1000 101011

Color Harmonies of #707765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707765

Black with #707765

Text Example


Text Example

White with #707765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707765; }

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

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

background-color css

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

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

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

border-color css

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

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

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