#707A70

Color #707A70 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #707A70

Tints of Davy's Grey #707A70

Color information

#707A70 (or 0x707A70) is unknown color: approx Davy's Grey. HEX triplet: 70, 7A and 70. RGB value is (112,122,112). Sum of RGB (Red+Green+Blue) = 112+122+112=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #707A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A70 is #8F858F. Grayscale: #757575. Windows color (decimal): -9405840 or 7371376. OLE color: 7371376.

HSL color Cylindrical-coordinate representation of color #707A70: hue angle of 120º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707A70 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB112122112-
CMYK0.0800.080.52
HSL120º4.27%45.88%-
HSV(B)120º8.2%47.84%-
XYZ16.5718.5318.03-
YUV117.87124.69123.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=32.37%
G=35.26%
B=32.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221120.0800.080.521204.2745.88
Hex707A70808347842e
Octal1601721601001064170456
Binary1110000111101011100001000010001101001111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,122,112); }

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

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

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

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

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

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

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