#728272

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

Shades of Davy's Grey #728272

Tints of Davy's Grey #728272

Color information

#728272 (or 0x728272) is unknown color: approx Davy's Grey. HEX triplet: 72, 82 and 72. RGB value is (114,130,114). Sum of RGB (Red+Green+Blue) = 114+130+114=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #728272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728272 is #8D7D8D. Grayscale: #7B7B7B. Windows color (decimal): -9272718 or 7504498. OLE color: 7504498.

HSL color Cylindrical-coordinate representation of color #728272: hue angle of 120º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #728272 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB114130114-
CMYK0.1200.120.49
HSL120º6.56%47.84%-
HSV(B)120º12.31%50.98%-
XYZ17.9620.7618.98-
YUV123.39122.7121.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=31.84%
G=36.31%
B=31.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141301140.1200.120.491206.5647.84
Hex728272C0C3178730
Octal1622021621401461170760
Binary11100101000001011100101100011001100011111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728272; }

 p { color: rgb(114,130,114); }

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

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

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

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

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

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

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