Shades of Cosmic #77546B
Tints of Cosmic #77546B
RGB
CMYK
RGB Variations
Color information
#77546B (or 0x77546B) is known color: Cosmic. HEX triplet: 77, 54 and 6B. RGB value is (119,84,107). Sum of RGB (Red+Green+Blue) = 119+84+107=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77546B is #88AB94. Grayscale: #616161. Windows color (decimal): -8956821 or 7033975. OLE color: 7033975.
HSL color Cylindrical-coordinate representation of color #77546B: hue angle of 320.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77546B is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 107 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.53 |
| HSL | 320.57º | 0.17% | 0.4% | - |
| HSV(B) | 320.57º | 0.29% | 0.47% | - |
| XYZ | 13.43 | 11.32 | 15.39 | - |
| YUV | 97.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 107 | 0 | 0.29 | 0.10 | 0.53 | 320.57 | 0.17 | 0.4 |
| Hex | 77 | 54 | 6B | 0 | 1D | A | 35 | 141 | 11 | 28 |
| Octal | 167 | 124 | 153 | 0 | 35 | 12 | 65 | 501 | 21 | 50 |
| Binary | 1110111 | 1010100 | 1101011 | 0 | 11101 | 1010 | 110101 | 101000001 | 10001 | 101000 |
Color Harmonies of #77546B
Complementary color
Monochromatic Colors of #77546B
Black with #77546B
Text Example
Text Example
White with #77546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77546B; }
p { color: rgb(119,84,107); }
H1.HeaderClassName
{
color: #77546B;
}
.AnyTagClassName
{
color: #77546B;
}
</style>
background-color css
<style>
a { background-color: #77546B; }
a { background-color: rgb(119,84,107); }
div.DivClassName
{
background-color: #77546B;
}
.BgClassName
{
background-color: #77546B;
}
</style>
border-color css
<style>
span { border-color: #77546B; }
span { border-color: rgb(119,84,107); }
td.TdClassName
{
border-color: #77546B;
}
.TagClassName
{
border-color: #77546B;
}
</style>