Shades of Cosmic #775462
Tints of Cosmic #775462
RGB
CMYK
RGB Variations
Color information
#775462 (or 0x775462) is known color: Cosmic. HEX triplet: 77, 54 and 62. RGB value is (119,84,98). Sum of RGB (Red+Green+Blue) = 119+84+98=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775462 is #88AB9D. Grayscale: #606060. Windows color (decimal): -8956830 or 6444151. OLE color: 6444151.
HSL color Cylindrical-coordinate representation of color #775462: hue angle of 336º 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 #775462 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 98 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.53 |
| HSL | 336º | 0.17% | 0.4% | - |
| HSV(B) | 336º | 0.29% | 0.47% | - |
| XYZ | 12.98 | 11.14 | 13.02 | - |
| YUV | 96.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 98 | 0 | 0.29 | 0.18 | 0.53 | 336 | 0.17 | 0.4 |
| Hex | 77 | 54 | 62 | 0 | 1D | 12 | 35 | 150 | 11 | 28 |
| Octal | 167 | 124 | 142 | 0 | 35 | 22 | 65 | 520 | 21 | 50 |
| Binary | 1110111 | 1010100 | 1100010 | 0 | 11101 | 10010 | 110101 | 101010000 | 10001 | 101000 |
Color Harmonies of #775462
Complementary color
Monochromatic Colors of #775462
Black with #775462
Text Example
Text Example
White with #775462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775462; }
p { color: rgb(119,84,98); }
H1.HeaderClassName
{
color: #775462;
}
.AnyTagClassName
{
color: #775462;
}
</style>
background-color css
<style>
a { background-color: #775462; }
a { background-color: rgb(119,84,98); }
div.DivClassName
{
background-color: #775462;
}
.BgClassName
{
background-color: #775462;
}
</style>
border-color css
<style>
span { border-color: #775462; }
span { border-color: rgb(119,84,98); }
td.TdClassName
{
border-color: #775462;
}
.TagClassName
{
border-color: #775462;
}
</style>