#729070

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

Shades of Davy's Grey #729070

Tints of Davy's Grey #729070

Color information

#729070 (or 0x729070) is unknown color: approx Davy's Grey. HEX triplet: 72, 90 and 70. RGB value is (114,144,112). Sum of RGB (Red+Green+Blue) = 114+144+112=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #729070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729070 is #8D6F8F. Grayscale: #838383. Windows color (decimal): -9269136 or 7377010. OLE color: 7377010.

HSL color Cylindrical-coordinate representation of color #729070: hue angle of 116.25º 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 #729070 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB114144112-
CMYK0.2100.220.44
HSL116.25º12.6%50.2%-
HSV(B)116.25º22.22%56.47%-
XYZ19.8424.6919.05-
YUV131.38117.06115.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=30.81%
G=38.92%
B=30.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441120.2100.220.44116.2512.650.2
Hex729070150162C74d32
Octal16222016025026541641562
Binary11100101001000011100001010101011010110011101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729070; }

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

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

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

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

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

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

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

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