#758573

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

Shades of Davy's Grey #758573

Tints of Davy's Grey #758573

Color information

#758573 (or 0x758573) is unknown color: approx Davy's Grey. HEX triplet: 75, 85 and 73. RGB value is (117,133,115). Sum of RGB (Red+Green+Blue) = 117+133+115=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #758573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758573 is #8A7A8C. Grayscale: #7E7E7E. Windows color (decimal): -9075341 or 7570805. OLE color: 7570805.

HSL color Cylindrical-coordinate representation of color #758573: hue angle of 113.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758573 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB117133115-
CMYK0.1200.140.48
HSL113.33º7.26%48.63%-
HSV(B)113.33º13.53%52.16%-
XYZ18.8221.7919.43-
YUV126.16121.7121.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=32.05%
G=36.44%
B=31.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331150.1200.140.48113.337.2648.63
Hex758573C0E3071731
Octal1652051631401660161761
Binary11101011000010111100111100011101100001110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758573; }

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

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

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

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

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

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

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

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