Shades of Grey #757575
Tints of Grey #757575
RGB
CMYK
RGB Variations
Color information
#757575 (or 0x757575) is known color: Grey. HEX triplet: 75, 75 and 75. RGB value is (117,117,117). Sum of RGB (Red+Green+Blue) = 117+117+117=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 117 - color contains mainly: red, green, blue. Hex color #757575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757575 is #8A8A8A. Grayscale: #757575. Windows color (decimal): -9079435 or 7697781. OLE color: 7697781.
HSL color Cylindrical-coordinate representation of color #757575: hue angle of 0º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0%. Process color model (Four color, CMYK) of #757575 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 117 | 117 | 117 | - |
CMYK | 0 | 0 | 0 | 0.54 |
HSL | 0º | 0% | 0.46% | - |
HSV(B) | 0º | 0% | 0.46% | - |
XYZ | 16.91 | 17.79 | 19.37 | - |
YUV | 117 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 117 | 117 | 0 | 0 | 0 | 0.54 | 0 | 0 | 0.46 |
Hex | 75 | 75 | 75 | 0 | 0 | 0 | 36 | 0 | 0 | 2E |
Octal | 165 | 165 | 165 | 0 | 0 | 0 | 66 | 0 | 0 | 56 |
Binary | 1110101 | 1110101 | 1110101 | 0 | 0 | 0 | 110110 | 0 | 0 | 101110 |
Color Harmonies of #757575
Complementary color
Monochromatic Colors of #757575
Black with #757575
Text Example
Text Example
White with #757575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757575; }
p { color: rgb(117,117,117); }
H1.HeaderClassName
{
color: #757575;
}
.AnyTagClassName
{
color: #757575;
}
</style>
background-color css
<style>
a { background-color: #757575; }
a { background-color: rgb(117,117,117); }
div.DivClassName
{
background-color: #757575;
}
.BgClassName
{
background-color: #757575;
}
</style>
border-color css
<style>
span { border-color: #757575; }
span { border-color: rgb(117,117,117); }
td.TdClassName
{
border-color: #757575;
}
.TagClassName
{
border-color: #757575;
}
</style>