Shades of Cosmic #754B5A
Tints of Cosmic #754B5A
RGB
CMYK
RGB Variations
Color information
#754B5A (or 0x754B5A) is known color: Cosmic. HEX triplet: 75, 4B and 5A. RGB value is (117,75,90). Sum of RGB (Red+Green+Blue) = 117+75+90=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B5A is #8AB4A5. Grayscale: #595959. Windows color (decimal): -9090214 or 5917557. OLE color: 5917557.
HSL color Cylindrical-coordinate representation of color #754B5A: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B5A is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 90 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.54 |
| HSL | 338.57º | 0.22% | 0.38% | - |
| HSV(B) | 338.57º | 0.36% | 0.46% | - |
| XYZ | 11.7 | 9.55 | 10.9 | - |
| YUV | 89.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 90 | 0 | 0.36 | 0.23 | 0.54 | 338.57 | 0.22 | 0.38 |
| Hex | 75 | 4B | 5A | 0 | 24 | 17 | 36 | 153 | 16 | 26 |
| Octal | 165 | 113 | 132 | 0 | 44 | 27 | 66 | 523 | 26 | 46 |
| Binary | 1110101 | 1001011 | 1011010 | 0 | 100100 | 10111 | 110110 | 101010011 | 10110 | 100110 |
Color Harmonies of #754B5A
Complementary color
Monochromatic Colors of #754B5A
Black with #754B5A
Text Example
Text Example
White with #754B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B5A; }
p { color: rgb(117,75,90); }
H1.HeaderClassName
{
color: #754B5A;
}
.AnyTagClassName
{
color: #754B5A;
}
</style>
background-color css
<style>
a { background-color: #754B5A; }
a { background-color: rgb(117,75,90); }
div.DivClassName
{
background-color: #754B5A;
}
.BgClassName
{
background-color: #754B5A;
}
</style>
border-color css
<style>
span { border-color: #754B5A; }
span { border-color: rgb(117,75,90); }
td.TdClassName
{
border-color: #754B5A;
}
.TagClassName
{
border-color: #754B5A;
}
</style>