#728570

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

Shades of Davy's Grey #728570

Tints of Davy's Grey #728570

Color information

#728570 (or 0x728570) is unknown color: approx Davy's Grey. HEX triplet: 72, 85 and 70. RGB value is (114,133,112). Sum of RGB (Red+Green+Blue) = 114+133+112=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #728570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728570 is #8D7A8F. Grayscale: #7C7C7C. Windows color (decimal): -9271952 or 7374194. OLE color: 7374194.

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

Color convert

RGB114133112-
CMYK0.1400.160.48
HSL114.29º8.57%48.04%-
HSV(B)114.29º15.79%52.16%-
XYZ18.2521.5218.52-
YUV124.92120.71120.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=31.75%
G=37.05%
B=31.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331120.1400.160.48114.298.5748.04
Hex728570E0103072930
Octal16220516016020601621160
Binary1110010100001011110000111001000011000011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728570; }

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

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

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

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

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

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

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

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