Shades of Cosmic #76455C
Tints of Cosmic #76455C
RGB
CMYK
RGB Variations
Color information
#76455C (or 0x76455C) is known color: Cosmic. HEX triplet: 76, 45 and 5C. RGB value is (118,69,92). Sum of RGB (Red+Green+Blue) = 118+69+92=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455C is #89BAA3. Grayscale: #565656. Windows color (decimal): -9026212 or 6047094. OLE color: 6047094.
HSL color Cylindrical-coordinate representation of color #76455C: hue angle of 331.84º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76455C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 92 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.54 |
| HSL | 331.84º | 0.26% | 0.37% | - |
| HSV(B) | 331.84º | 0.42% | 0.46% | - |
| XYZ | 11.53 | 8.88 | 11.23 | - |
| YUV | 86.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 92 | 0 | 0.42 | 0.22 | 0.54 | 331.84 | 0.26 | 0.37 |
| Hex | 76 | 45 | 5C | 0 | 2A | 16 | 36 | 14C | 1A | 25 |
| Octal | 166 | 105 | 134 | 0 | 52 | 26 | 66 | 514 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1011100 | 0 | 101010 | 10110 | 110110 | 101001100 | 11010 | 100101 |
Color Harmonies of #76455C
Complementary color
Monochromatic Colors of #76455C
Black with #76455C
Text Example
Text Example
White with #76455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76455C; }
p { color: rgb(118,69,92); }
H1.HeaderClassName
{
color: #76455C;
}
.AnyTagClassName
{
color: #76455C;
}
</style>
background-color css
<style>
a { background-color: #76455C; }
a { background-color: rgb(118,69,92); }
div.DivClassName
{
background-color: #76455C;
}
.BgClassName
{
background-color: #76455C;
}
</style>
border-color css
<style>
span { border-color: #76455C; }
span { border-color: rgb(118,69,92); }
td.TdClassName
{
border-color: #76455C;
}
.TagClassName
{
border-color: #76455C;
}
</style>