#738772

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

Shades of Davy's Grey #738772

Tints of Davy's Grey #738772

Color information

#738772 (or 0x738772) is unknown color: approx Davy's Grey. HEX triplet: 73, 87 and 72. RGB value is (115,135,114). Sum of RGB (Red+Green+Blue) = 115+135+114=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #738772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738772 is #8C788D. Grayscale: #7E7E7E. Windows color (decimal): -9205902 or 7505779. OLE color: 7505779.

HSL color Cylindrical-coordinate representation of color #738772: hue angle of 117.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738772 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB115135114-
CMYK0.1500.160.47
HSL117.14º8.43%48.82%-
HSV(B)117.14º15.56%52.94%-
XYZ18.7722.1919.21-
YUV126.63120.87119.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=31.59%
G=37.09%
B=31.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351140.1500.160.47117.148.4348.82
Hex738772F0102F75831
Octal16320716217020571651061
Binary1110011100001111110010111101000010111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738772; }

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

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

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

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

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

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

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

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