#759973

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

Shades of Davy's Grey #759973

Tints of Davy's Grey #759973

Color information

#759973 (or 0x759973) is unknown color: approx Davy's Grey. HEX triplet: 75, 99 and 73. RGB value is (117,153,115). Sum of RGB (Red+Green+Blue) = 117+153+115=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #759973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759973 is #8A668C. Grayscale: #8A8A8A. Windows color (decimal): -9070221 or 7575925. OLE color: 7575925.

HSL color Cylindrical-coordinate representation of color #759973: hue angle of 116.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759973 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB117153115-
CMYK0.2400.250.4
HSL116.84º15.7%52.55%-
HSV(B)116.84º24.84%60%-
XYZ21.8227.820.44-
YUV137.9115.07113.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=30.39%
G=39.74%
B=29.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531150.2400.250.4116.8415.752.55
Hex7599731801928751035
Octal16523116330031501652065
Binary111010110011001111001111000011001101000111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759973; }

 p { color: rgb(117,153,115); }

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

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

 a { background-color: rgb(117,153,115); }

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

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

 span { border-color: rgb(117,153,115); }

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