Html Css Color HEX #707665 Willow Grove

📋 copy color: '#707665'

red 112 ◦ green 118 ◦ blue 101

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

Shades of Willow Grove #707665

Tints of Willow Grove #707665

RGB

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

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

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

R = 33.84%
G = 35.65%
B = 30.51%

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

#707665 (or 0x707665) is known color: Willow Grove. HEX triplet: 70, 76 and 65. RGB value is (112,118,101). Sum of RGB (Red+Green+Blue) = 112+118+101=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #707665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707665 is #8F899A. Grayscale: #727272. Windows color (decimal): -9406875 or 6649456. OLE color: 6649456.

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

Color convert

RGB 112 118 101 -
CMYK 0.05 0 0.14 0.54
HSL 81.18º 0.08% 0.43% -
HSV(B) 81.18º 0.14% 0.46% -
XYZ 15.51 17.34 14.84 -
YUV 114.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 112 118 101 0.05 0 0.14 0.54 81.18 0.08 0.43
Hex 70 76 65 5 0 E 36 51 8 2B
Octal 160 166 145 5 0 16 66 121 10 53
Binary 1110000 1110110 1100101 101 0 1110 110110 1010001 1000 101011

Color Harmonies of #707665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707665

Black with #707665

Text Example


Text Example

White with #707665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707665; }

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

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

background-color css

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

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

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

border-color css

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

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

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