Shades of Cosmic #76556B
Tints of Cosmic #76556B
RGB
CMYK
RGB Variations
Color information
#76556B (or 0x76556B) is known color: Cosmic. HEX triplet: 76, 55 and 6B. RGB value is (118,85,107). Sum of RGB (Red+Green+Blue) = 118+85+107=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556B is #89AA94. Grayscale: #616161. Windows color (decimal): -9022101 or 7034230. OLE color: 7034230.
HSL color Cylindrical-coordinate representation of color #76556B: hue angle of 320º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76556B is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 107 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.54 |
| HSL | 320º | 0.16% | 0.4% | - |
| HSV(B) | 320º | 0.28% | 0.46% | - |
| XYZ | 13.37 | 11.41 | 15.41 | - |
| YUV | 97.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 107 | 0 | 0.28 | 0.09 | 0.54 | 320 | 0.16 | 0.4 |
| Hex | 76 | 55 | 6B | 0 | 1C | 9 | 36 | 140 | 10 | 28 |
| Octal | 166 | 125 | 153 | 0 | 34 | 11 | 66 | 500 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1101011 | 0 | 11100 | 1001 | 110110 | 101000000 | 10000 | 101000 |
Color Harmonies of #76556B
Complementary color
Monochromatic Colors of #76556B
Black with #76556B
Text Example
Text Example
White with #76556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76556B; }
p { color: rgb(118,85,107); }
H1.HeaderClassName
{
color: #76556B;
}
.AnyTagClassName
{
color: #76556B;
}
</style>
background-color css
<style>
a { background-color: #76556B; }
a { background-color: rgb(118,85,107); }
div.DivClassName
{
background-color: #76556B;
}
.BgClassName
{
background-color: #76556B;
}
</style>
border-color css
<style>
span { border-color: #76556B; }
span { border-color: rgb(118,85,107); }
td.TdClassName
{
border-color: #76556B;
}
.TagClassName
{
border-color: #76556B;
}
</style>