Shades of Cosmic #754E67
Tints of Cosmic #754E67
RGB
CMYK
RGB Variations
Color information
#754E67 (or 0x754E67) is known color: Cosmic. HEX triplet: 75, 4E and 67. RGB value is (117,78,103). Sum of RGB (Red+Green+Blue) = 117+78+103=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #754E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E67 is #8AB198. Grayscale: #5C5C5C. Windows color (decimal): -9089433 or 6770293. OLE color: 6770293.
HSL color Cylindrical-coordinate representation of color #754E67: hue angle of 321.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E67 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 103 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.54 |
| HSL | 321.54º | 0.2% | 0.38% | - |
| HSV(B) | 321.54º | 0.33% | 0.46% | - |
| XYZ | 12.51 | 10.21 | 14.14 | - |
| YUV | 92.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 103 | 0 | 0.33 | 0.12 | 0.54 | 321.54 | 0.2 | 0.38 |
| Hex | 75 | 4E | 67 | 0 | 21 | C | 36 | 142 | 14 | 26 |
| Octal | 165 | 116 | 147 | 0 | 41 | 14 | 66 | 502 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1100111 | 0 | 100001 | 1100 | 110110 | 101000010 | 10100 | 100110 |
Color Harmonies of #754E67
Complementary color
Monochromatic Colors of #754E67
Black with #754E67
Text Example
Text Example
White with #754E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E67; }
p { color: rgb(117,78,103); }
H1.HeaderClassName
{
color: #754E67;
}
.AnyTagClassName
{
color: #754E67;
}
</style>
background-color css
<style>
a { background-color: #754E67; }
a { background-color: rgb(117,78,103); }
div.DivClassName
{
background-color: #754E67;
}
.BgClassName
{
background-color: #754E67;
}
</style>
border-color css
<style>
span { border-color: #754E67; }
span { border-color: rgb(117,78,103); }
td.TdClassName
{
border-color: #754E67;
}
.TagClassName
{
border-color: #754E67;
}
</style>