#707761

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

Shades of Willow Grove #707761

Tints of Willow Grove #707761

Color information

#707761 (or 0x707761) is unknown color: approx Willow Grove. HEX triplet: 70, 77 and 61. RGB value is (112,119,97). Sum of RGB (Red+Green+Blue) = 112+119+97=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #707761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707761 is #8F889E. Grayscale: #727272. Windows color (decimal): -9406623 or 6387568. OLE color: 6387568.

HSL color Cylindrical-coordinate representation of color #707761: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707761 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB11211997-
CMYK0.0600.180.53
HSL79.09º10.19%42.35%-
HSV(B)79.09º18.49%46.67%-
XYZ15.4417.513.87-
YUV114.4118.18126.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=34.15%
G=36.28%
B=29.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119970.0600.180.5379.0910.1942.35
Hex7077616012354fa2a
Octal1601671416022651171252
Binary11100001110111110000111001001011010110011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707761; }

 p { color: rgb(112,119,97); }

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

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

 a { background-color: rgb(112,119,97); }

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

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

 span { border-color: rgb(112,119,97); }

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