Shades of Cosmic #76546A
Tints of Cosmic #76546A
RGB
CMYK
RGB Variations
Color information
#76546A (or 0x76546A) is known color: Cosmic. HEX triplet: 76, 54 and 6A. RGB value is (118,84,106). Sum of RGB (Red+Green+Blue) = 118+84+106=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76546A is #89AB95. Grayscale: #606060. Windows color (decimal): -9022358 or 6968438. OLE color: 6968438.
HSL color Cylindrical-coordinate representation of color #76546A: hue angle of 321.18º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76546A is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 106 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.54 |
| HSL | 321.18º | 0.17% | 0.4% | - |
| HSV(B) | 321.18º | 0.29% | 0.46% | - |
| XYZ | 13.24 | 11.23 | 15.11 | - |
| YUV | 96.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 106 | 0 | 0.29 | 0.10 | 0.54 | 321.18 | 0.17 | 0.4 |
| Hex | 76 | 54 | 6A | 0 | 1D | A | 36 | 141 | 11 | 28 |
| Octal | 166 | 124 | 152 | 0 | 35 | 12 | 66 | 501 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1101010 | 0 | 11101 | 1010 | 110110 | 101000001 | 10001 | 101000 |
Color Harmonies of #76546A
Complementary color
Monochromatic Colors of #76546A
Black with #76546A
Text Example
Text Example
White with #76546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76546A; }
p { color: rgb(118,84,106); }
H1.HeaderClassName
{
color: #76546A;
}
.AnyTagClassName
{
color: #76546A;
}
</style>
background-color css
<style>
a { background-color: #76546A; }
a { background-color: rgb(118,84,106); }
div.DivClassName
{
background-color: #76546A;
}
.BgClassName
{
background-color: #76546A;
}
</style>
border-color css
<style>
span { border-color: #76546A; }
span { border-color: rgb(118,84,106); }
td.TdClassName
{
border-color: #76546A;
}
.TagClassName
{
border-color: #76546A;
}
</style>