Html Css Color HEX #707565 Willow Grove

📋 copy color: '#707565'

red 112 ◦ green 117 ◦ blue 101

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

Shades of Willow Grove #707565

Tints of Willow Grove #707565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 33.94%
G = 35.45%
B = 30.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#707565 (or 0x707565) is known color: Willow Grove. HEX triplet: 70, 75 and 65. RGB value is (112,117,101). Sum of RGB (Red+Green+Blue) = 112+117+101=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #707565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707565 is #8F8A9A. Grayscale: #717171. Windows color (decimal): -9407131 or 6649200. OLE color: 6649200.

HSL color Cylindrical-coordinate representation of color #707565: hue angle of 78.75º 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 #707565 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 101 -
CMYK 0.04 0 0.14 0.54
HSL 78.75º 0.07% 0.43% -
HSV(B) 78.75º 0.14% 0.46% -
XYZ 15.39 17.11 14.8 -
YUV 113.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 112 117 101 0.04 0 0.14 0.54 78.75 0.07 0.43
Hex 70 75 65 4 0 E 36 4F 7 2B
Octal 160 165 145 4 0 16 66 117 7 53
Binary 1110000 1110101 1100101 100 0 1110 110110 1001111 111 101011

Color Harmonies of #707565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707565

Black with #707565

Text Example


Text Example

White with #707565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707565; }

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

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

background-color css

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

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

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

border-color css

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

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

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