Html Css Color HEX #707567 Willow Grove

📋 copy color: '#707567'

red 112 ◦ green 117 ◦ blue 103

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

Shades of Willow Grove #707567

Tints of Willow Grove #707567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 33.73%
G = 35.24%
B = 31.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#707567 (or 0x707567) is known color: Willow Grove. HEX triplet: 70, 75 and 67. RGB value is (112,117,103). Sum of RGB (Red+Green+Blue) = 112+117+103=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #707567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707567 is #8F8A98. Grayscale: #717171. Windows color (decimal): -9407129 or 6780272. OLE color: 6780272.

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

Color convert

RGB 112 117 103 -
CMYK 0.04 0 0.12 0.54
HSL 81.43º 0.06% 0.43% -
HSV(B) 81.43º 0.12% 0.46% -
XYZ 15.49 17.15 15.33 -
YUV 113.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 112 117 103 0.04 0 0.12 0.54 81.43 0.06 0.43
Hex 70 75 67 4 0 C 36 51 6 2B
Octal 160 165 147 4 0 14 66 121 6 53
Binary 1110000 1110101 1100111 100 0 1100 110110 1010001 110 101011

Color Harmonies of #707567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707567

Black with #707567

Text Example


Text Example

White with #707567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707567; }

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

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

background-color css

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

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

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

border-color css

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

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

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