#758575

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

Shades of Davy's Grey #758575

Tints of Davy's Grey #758575

Color information

#758575 (or 0x758575) is unknown color: approx Davy's Grey. HEX triplet: 75, 85 and 75. RGB value is (117,133,117). Sum of RGB (Red+Green+Blue) = 117+133+117=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #758575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758575 is #8A7A8A. Grayscale: #7E7E7E. Windows color (decimal): -9075339 or 7701877. OLE color: 7701877.

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

Color convert

RGB117133117-
CMYK0.1200.120.48
HSL120º6.4%49.02%-
HSV(B)120º12.03%52.16%-
XYZ18.9321.8420.05-
YUV126.39122.7121.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=31.88%
G=36.24%
B=31.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331170.1200.120.481206.449.02
Hex758575C0C3078631
Octal1652051651401460170661
Binary11101011000010111101011100011001100001111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758575; }

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

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

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

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

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

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

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

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