Shades of Cosmic #75576A
Tints of Cosmic #75576A
RGB
CMYK
RGB Variations
Color information
#75576A (or 0x75576A) is known color: Cosmic. HEX triplet: 75, 57 and 6A. RGB value is (117,87,106). Sum of RGB (Red+Green+Blue) = 117+87+106=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576A is #8AA895. Grayscale: #626262. Windows color (decimal): -9087126 or 6969205. OLE color: 6969205.
HSL color Cylindrical-coordinate representation of color #75576A: hue angle of 322º 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 #75576A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 106 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.54 |
| HSL | 322º | 0.15% | 0.4% | - |
| HSV(B) | 322º | 0.26% | 0.46% | - |
| XYZ | 13.35 | 11.64 | 15.18 | - |
| YUV | 98.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 106 | 0 | 0.26 | 0.09 | 0.54 | 322 | 0.15 | 0.4 |
| Hex | 75 | 57 | 6A | 0 | 1A | 9 | 36 | 142 | F | 28 |
| Octal | 165 | 127 | 152 | 0 | 32 | 11 | 66 | 502 | 17 | 50 |
| Binary | 1110101 | 1010111 | 1101010 | 0 | 11010 | 1001 | 110110 | 101000010 | 1111 | 101000 |
Color Harmonies of #75576A
Complementary color
Monochromatic Colors of #75576A
Black with #75576A
Text Example
Text Example
White with #75576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75576A; }
p { color: rgb(117,87,106); }
H1.HeaderClassName
{
color: #75576A;
}
.AnyTagClassName
{
color: #75576A;
}
</style>
background-color css
<style>
a { background-color: #75576A; }
a { background-color: rgb(117,87,106); }
div.DivClassName
{
background-color: #75576A;
}
.BgClassName
{
background-color: #75576A;
}
</style>
border-color css
<style>
span { border-color: #75576A; }
span { border-color: rgb(117,87,106); }
td.TdClassName
{
border-color: #75576A;
}
.TagClassName
{
border-color: #75576A;
}
</style>