#729170

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

Shades of Davy's Grey #729170

Tints of Davy's Grey #729170

Color information

#729170 (or 0x729170) is unknown color: approx Davy's Grey. HEX triplet: 72, 91 and 70. RGB value is (114,145,112). Sum of RGB (Red+Green+Blue) = 114+145+112=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #729170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729170 is #8D6E8F. Grayscale: #848484. Windows color (decimal): -9268880 or 7377266. OLE color: 7377266.

HSL color Cylindrical-coordinate representation of color #729170: hue angle of 116.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729170 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB114145112-
CMYK0.2100.230.43
HSL116.36º13.04%50.39%-
HSV(B)116.36º22.76%56.86%-
XYZ19.992519.1-
YUV131.97116.73115.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=30.73%
G=39.08%
B=30.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141451120.2100.230.43116.3613.0450.39
Hex729170150172B74d32
Octal16222116025027531641562
Binary11100101001000111100001010101011110101111101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729170; }

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

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

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

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

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

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

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

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