#739070

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

Shades of Davy's Grey #739070

Tints of Davy's Grey #739070

Color information

#739070 (or 0x739070) is unknown color: approx Davy's Grey. HEX triplet: 73, 90 and 70. RGB value is (115,144,112). Sum of RGB (Red+Green+Blue) = 115+144+112=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #739070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739070 is #8C6F8F. Grayscale: #838383. Windows color (decimal): -9203600 or 7377011. OLE color: 7377011.

HSL color Cylindrical-coordinate representation of color #739070: hue angle of 114.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739070 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB115144112-
CMYK0.2000.220.44
HSL114.38º12.6%50.2%-
HSV(B)114.38º22.22%56.47%-
XYZ19.9724.7619.06-
YUV131.68116.89116.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=31.00%
G=38.81%
B=30.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441120.2000.220.44114.3812.650.2
Hex739070140162C72d32
Octal16322016024026541621562
Binary11100111001000011100001010001011010110011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739070; }

 p { color: rgb(115,144,112); }

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

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

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

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

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

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

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