Shades of Cosmic #76456B
Tints of Cosmic #76456B
RGB
CMYK
RGB Variations
Color information
#76456B (or 0x76456B) is known color: Cosmic. HEX triplet: 76, 45 and 6B. RGB value is (118,69,107). Sum of RGB (Red+Green+Blue) = 118+69+107=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76456B is #89BA94. Grayscale: #575757. Windows color (decimal): -9026197 or 7030134. OLE color: 7030134.
HSL color Cylindrical-coordinate representation of color #76456B: hue angle of 313.47º 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 #76456B is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 107 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.54 |
| HSL | 313.47º | 0.26% | 0.37% | - |
| HSV(B) | 313.47º | 0.42% | 0.46% | - |
| XYZ | 12.25 | 9.17 | 15.03 | - |
| YUV | 87.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 107 | 0 | 0.42 | 0.09 | 0.54 | 313.47 | 0.26 | 0.37 |
| Hex | 76 | 45 | 6B | 0 | 2A | 9 | 36 | 139 | 1A | 25 |
| Octal | 166 | 105 | 153 | 0 | 52 | 11 | 66 | 471 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1101011 | 0 | 101010 | 1001 | 110110 | 100111001 | 11010 | 100101 |
Color Harmonies of #76456B
Complementary color
Monochromatic Colors of #76456B
Black with #76456B
Text Example
Text Example
White with #76456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76456B; }
p { color: rgb(118,69,107); }
H1.HeaderClassName
{
color: #76456B;
}
.AnyTagClassName
{
color: #76456B;
}
</style>
background-color css
<style>
a { background-color: #76456B; }
a { background-color: rgb(118,69,107); }
div.DivClassName
{
background-color: #76456B;
}
.BgClassName
{
background-color: #76456B;
}
</style>
border-color css
<style>
span { border-color: #76456B; }
span { border-color: rgb(118,69,107); }
td.TdClassName
{
border-color: #76456B;
}
.TagClassName
{
border-color: #76456B;
}
</style>