#738972

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

Shades of Davy's Grey #738972

Tints of Davy's Grey #738972

Color information

#738972 (or 0x738972) is unknown color: approx Davy's Grey. HEX triplet: 73, 89 and 72. RGB value is (115,137,114). Sum of RGB (Red+Green+Blue) = 115+137+114=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #738972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738972 is #8C768D. Grayscale: #7F7F7F. Windows color (decimal): -9205390 or 7506291. OLE color: 7506291.

HSL color Cylindrical-coordinate representation of color #738972: hue angle of 117.39º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738972 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB115137114-
CMYK0.1600.170.46
HSL117.39º9.16%49.22%-
HSV(B)117.39º16.79%53.73%-
XYZ19.0522.7519.31-
YUV127.8120.21118.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=31.42%
G=37.43%
B=31.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371140.1600.170.46117.399.1649.22
Hex738972100112E75931
Octal16321116220021561651161
Binary11100111000100111100101000001000110111011101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738972; }

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

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

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

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

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

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

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

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