#739272

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

Shades of Davy's Grey #739272

Tints of Davy's Grey #739272

Color information

#739272 (or 0x739272) is unknown color: approx Davy's Grey. HEX triplet: 73, 92 and 72. RGB value is (115,146,114). Sum of RGB (Red+Green+Blue) = 115+146+114=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #739272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739272 is #8C6D8D. Grayscale: #858585. Windows color (decimal): -9203086 or 7508595. OLE color: 7508595.

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

Color convert

RGB115146114-
CMYK0.2100.220.43
HSL118.12º12.8%50.98%-
HSV(B)118.12º21.92%57.25%-
XYZ20.3925.4219.75-
YUV133.08117.23115.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=30.67%
G=38.93%
B=30.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461140.2100.220.43118.1212.850.98
Hex739272150162B76d33
Octal16322216225026531661563
Binary11100111001001011100101010101011010101111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739272; }

 p { color: rgb(115,146,114); }

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

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

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

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

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

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

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