#707B5C

Color #707B5C Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #707B5C

Tints of Willow Grove #707B5C

Color information

#707B5C (or 0x707B5C) is unknown color: approx Willow Grove. HEX triplet: 70, 7B and 5C. RGB value is (112,123,92). Sum of RGB (Red+Green+Blue) = 112+123+92=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #707B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B5C is #8F84A3. Grayscale: #747474. Windows color (decimal): -9405604 or 6060912. OLE color: 6060912.

HSL color Cylindrical-coordinate representation of color #707B5C: hue angle of 81.29º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707B5C is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB11212392-
CMYK0.0900.250.52
HSL81.29º14.42%42.16%-
HSV(B)81.29º25.2%48.24%-
XYZ15.718.3812.85-
YUV116.18114.36125.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=34.25%
G=37.61%
B=28.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123920.0900.250.5281.2914.4242.16
Hex707B5C90193451e2a
Octal16017313411031641211652
Binary111000011110111011100100101100111010010100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707B5C; }

 p { color: rgb(112,123,92); }

 H1.HeaderClassName
 {
   color: #707B5C;
 }
 .AnyTagClassName
 {
   color: #707B5C;
 }
</style>
background-color css

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

 a { background-color: rgb(112,123,92); }

 div.DivClassName
 {
   background-color: #707B5C;
 }
 .BgClassName
 {
   background-color: #707B5C;
 }
</style>
border-color css

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

 span { border-color: rgb(112,123,92); }

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