Shades of Cosmic #75505A
Tints of Cosmic #75505A
RGB
CMYK
RGB Variations
Color information
#75505A (or 0x75505A) is known color: Cosmic. HEX triplet: 75, 50 and 5A. RGB value is (117,80,90). Sum of RGB (Red+Green+Blue) = 117+80+90=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #75505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75505A is #8AAFA5. Grayscale: #5C5C5C. Windows color (decimal): -9088934 or 5918837. OLE color: 5918837.
HSL color Cylindrical-coordinate representation of color #75505A: hue angle of 343.78º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75505A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 90 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.54 |
| HSL | 343.78º | 0.19% | 0.39% | - |
| HSV(B) | 343.78º | 0.32% | 0.46% | - |
| XYZ | 12.05 | 10.26 | 11.02 | - |
| YUV | 92.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 90 | 0 | 0.32 | 0.23 | 0.54 | 343.78 | 0.19 | 0.39 |
| Hex | 75 | 50 | 5A | 0 | 20 | 17 | 36 | 158 | 13 | 27 |
| Octal | 165 | 120 | 132 | 0 | 40 | 27 | 66 | 530 | 23 | 47 |
| Binary | 1110101 | 1010000 | 1011010 | 0 | 100000 | 10111 | 110110 | 101011000 | 10011 | 100111 |
Color Harmonies of #75505A
Complementary color
Monochromatic Colors of #75505A
Black with #75505A
Text Example
Text Example
White with #75505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75505A; }
p { color: rgb(117,80,90); }
H1.HeaderClassName
{
color: #75505A;
}
.AnyTagClassName
{
color: #75505A;
}
</style>
background-color css
<style>
a { background-color: #75505A; }
a { background-color: rgb(117,80,90); }
div.DivClassName
{
background-color: #75505A;
}
.BgClassName
{
background-color: #75505A;
}
</style>
border-color css
<style>
span { border-color: #75505A; }
span { border-color: rgb(117,80,90); }
td.TdClassName
{
border-color: #75505A;
}
.TagClassName
{
border-color: #75505A;
}
</style>