Html Css Color HEX #707867 Willow Grove

📋 copy color: '#707867'

red 112 ◦ green 120 ◦ blue 103

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

Shades of Willow Grove #707867

Tints of Willow Grove #707867

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

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

R = 33.43%
G = 35.82%
B = 30.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#707867 (or 0x707867) is known color: Willow Grove. HEX triplet: 70, 78 and 67. RGB value is (112,120,103). Sum of RGB (Red+Green+Blue) = 112+120+103=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #707867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707867 is #8F8798. Grayscale: #737373. Windows color (decimal): -9406361 or 6781040. OLE color: 6781040.

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

Color convert

RGB 112 120 103 -
CMYK 0.07 0 0.14 0.53
HSL 88.24º 0.08% 0.44% -
HSV(B) 88.24º 0.14% 0.47% -
XYZ 15.85 17.86 15.44 -
YUV 115.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 112 120 103 0.07 0 0.14 0.53 88.24 0.08 0.44
Hex 70 78 67 7 0 E 35 58 8 2C
Octal 160 170 147 7 0 16 65 130 10 54
Binary 1110000 1111000 1100111 111 0 1110 110101 1011000 1000 101100

Color Harmonies of #707867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707867

Black with #707867

Text Example


Text Example

White with #707867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707867; }

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

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

background-color css

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

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

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

border-color css

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

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

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