Shades of Cosmic #76455B
Tints of Cosmic #76455B
RGB
CMYK
RGB Variations
Color information
#76455B (or 0x76455B) is known color: Cosmic. HEX triplet: 76, 45 and 5B. RGB value is (118,69,91). Sum of RGB (Red+Green+Blue) = 118+69+91=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455B is #89BAA4. Grayscale: #565656. Windows color (decimal): -9026213 or 5981558. OLE color: 5981558.
HSL color Cylindrical-coordinate representation of color #76455B: hue angle of 333.06º 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 #76455B is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 91 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.54 |
| HSL | 333.06º | 0.26% | 0.37% | - |
| HSV(B) | 333.06º | 0.42% | 0.46% | - |
| XYZ | 11.49 | 8.86 | 11 | - |
| YUV | 86.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 91 | 0 | 0.42 | 0.23 | 0.54 | 333.06 | 0.26 | 0.37 |
| Hex | 76 | 45 | 5B | 0 | 2A | 17 | 36 | 14D | 1A | 25 |
| Octal | 166 | 105 | 133 | 0 | 52 | 27 | 66 | 515 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1011011 | 0 | 101010 | 10111 | 110110 | 101001101 | 11010 | 100101 |
Color Harmonies of #76455B
Complementary color
Monochromatic Colors of #76455B
Black with #76455B
Text Example
Text Example
White with #76455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76455B; }
p { color: rgb(118,69,91); }
H1.HeaderClassName
{
color: #76455B;
}
.AnyTagClassName
{
color: #76455B;
}
</style>
background-color css
<style>
a { background-color: #76455B; }
a { background-color: rgb(118,69,91); }
div.DivClassName
{
background-color: #76455B;
}
.BgClassName
{
background-color: #76455B;
}
</style>
border-color css
<style>
span { border-color: #76455B; }
span { border-color: rgb(118,69,91); }
td.TdClassName
{
border-color: #76455B;
}
.TagClassName
{
border-color: #76455B;
}
</style>