Shades of Cosmic #75565F
Tints of Cosmic #75565F
RGB
CMYK
RGB Variations
Color information
#75565F (or 0x75565F) is known color: Cosmic. HEX triplet: 75, 56 and 5F. RGB value is (117,86,95). Sum of RGB (Red+Green+Blue) = 117+86+95=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565F is #8AA9A0. Grayscale: #606060. Windows color (decimal): -9087393 or 6248053. OLE color: 6248053.
HSL color Cylindrical-coordinate representation of color #75565F: hue angle of 342.58º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75565F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 95 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.54 |
| HSL | 342.58º | 0.15% | 0.4% | - |
| HSV(B) | 342.58º | 0.26% | 0.46% | - |
| XYZ | 12.73 | 11.26 | 12.33 | - |
| YUV | 96.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 95 | 0 | 0.26 | 0.19 | 0.54 | 342.58 | 0.15 | 0.4 |
| Hex | 75 | 56 | 5F | 0 | 1A | 13 | 36 | 157 | F | 28 |
| Octal | 165 | 126 | 137 | 0 | 32 | 23 | 66 | 527 | 17 | 50 |
| Binary | 1110101 | 1010110 | 1011111 | 0 | 11010 | 10011 | 110110 | 101010111 | 1111 | 101000 |
Color Harmonies of #75565F
Complementary color
Monochromatic Colors of #75565F
Black with #75565F
Text Example
Text Example
White with #75565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75565F; }
p { color: rgb(117,86,95); }
H1.HeaderClassName
{
color: #75565F;
}
.AnyTagClassName
{
color: #75565F;
}
</style>
background-color css
<style>
a { background-color: #75565F; }
a { background-color: rgb(117,86,95); }
div.DivClassName
{
background-color: #75565F;
}
.BgClassName
{
background-color: #75565F;
}
</style>
border-color css
<style>
span { border-color: #75565F; }
span { border-color: rgb(117,86,95); }
td.TdClassName
{
border-color: #75565F;
}
.TagClassName
{
border-color: #75565F;
}
</style>