#707B70

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

Shades of Davy's Grey #707B70

Tints of Davy's Grey #707B70

Color information

#707B70 (or 0x707B70) is unknown color: approx Davy's Grey. HEX triplet: 70, 7B and 70. RGB value is (112,123,112). Sum of RGB (Red+Green+Blue) = 112+123+112=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #707B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B70 is #8F848F. Grayscale: #767676. Windows color (decimal): -9405584 or 7371632. OLE color: 7371632.

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

Color convert

RGB112123112-
CMYK0.0900.090.52
HSL120º4.68%46.08%-
HSV(B)120º8.94%48.24%-
XYZ16.6918.7818.07-
YUV118.46124.36123.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=32.28%
G=35.45%
B=32.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121231120.0900.090.521204.6846.08
Hex707B70909347852e
Octal1601731601101164170556
Binary1110000111101111100001001010011101001111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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