Shades of Cosmic #754F67
Tints of Cosmic #754F67
RGB
CMYK
RGB Variations
Color information
#754F67 (or 0x754F67) is known color: Cosmic. HEX triplet: 75, 4F and 67. RGB value is (117,79,103). Sum of RGB (Red+Green+Blue) = 117+79+103=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F67 is #8AB098. Grayscale: #5D5D5D. Windows color (decimal): -9089177 or 6770549. OLE color: 6770549.
HSL color Cylindrical-coordinate representation of color #754F67: hue angle of 322.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F67 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 103 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.54 |
| HSL | 322.11º | 0.19% | 0.38% | - |
| HSV(B) | 322.11º | 0.32% | 0.46% | - |
| XYZ | 12.58 | 10.35 | 14.17 | - |
| YUV | 93.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 103 | 0 | 0.32 | 0.12 | 0.54 | 322.11 | 0.19 | 0.38 |
| Hex | 75 | 4F | 67 | 0 | 20 | C | 36 | 142 | 13 | 26 |
| Octal | 165 | 117 | 147 | 0 | 40 | 14 | 66 | 502 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1100111 | 0 | 100000 | 1100 | 110110 | 101000010 | 10011 | 100110 |
Color Harmonies of #754F67
Complementary color
Monochromatic Colors of #754F67
Black with #754F67
Text Example
Text Example
White with #754F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F67; }
p { color: rgb(117,79,103); }
H1.HeaderClassName
{
color: #754F67;
}
.AnyTagClassName
{
color: #754F67;
}
</style>
background-color css
<style>
a { background-color: #754F67; }
a { background-color: rgb(117,79,103); }
div.DivClassName
{
background-color: #754F67;
}
.BgClassName
{
background-color: #754F67;
}
</style>
border-color css
<style>
span { border-color: #754F67; }
span { border-color: rgb(117,79,103); }
td.TdClassName
{
border-color: #754F67;
}
.TagClassName
{
border-color: #754F67;
}
</style>