#70876E

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

Shades of Davy's Grey #70876E

Tints of Davy's Grey #70876E

Color information

#70876E (or 0x70876E) is unknown color: approx Davy's Grey. HEX triplet: 70, 87 and 6E. RGB value is (112,135,110). Sum of RGB (Red+Green+Blue) = 112+135+110=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #70876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70876E is #8F7891. Grayscale: #7D7D7D. Windows color (decimal): -9402514 or 7243632. OLE color: 7243632.

HSL color Cylindrical-coordinate representation of color #70876E: hue angle of 115.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70876E is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB112135110-
CMYK0.1700.190.47
HSL115.2º10.2%48.04%-
HSV(B)115.2º18.52%52.94%-
XYZ18.1621.918.02-
YUV125.27119.38118.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=31.37%
G=37.82%
B=30.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351100.1700.190.47115.210.248.04
Hex70876E110132F73a30
Octal16020715621023571631260
Binary11100001000011111011101000101001110111111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70876E; }

 p { color: rgb(112,135,110); }

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

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

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

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

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

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

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