#759072

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

Shades of Davy's Grey #759072

Tints of Davy's Grey #759072

Color information

#759072 (or 0x759072) is unknown color: approx Davy's Grey. HEX triplet: 75, 90 and 72. RGB value is (117,144,114). Sum of RGB (Red+Green+Blue) = 117+144+114=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #759072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759072 is #8A6F8D. Grayscale: #848484. Windows color (decimal): -9072526 or 7508085. OLE color: 7508085.

HSL color Cylindrical-coordinate representation of color #759072: hue angle of 114º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759072 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB117144114-
CMYK0.1900.210.44
HSL114º11.9%50.59%-
HSV(B)114º20.83%56.47%-
XYZ20.3524.9419.66-
YUV132.51117.55116.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=31.2%
G=38.4%
B=30.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171441140.1900.210.4411411.950.59
Hex759072130152C72c33
Octal16522016223025541621463
Binary11101011001000011100101001101010110110011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759072; }

 p { color: rgb(117,144,114); }

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

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

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

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

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

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

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