Shades of Cosmic #773F66
Tints of Cosmic #773F66
RGB
CMYK
RGB Variations
Color information
#773F66 (or 0x773F66) is known color: Cosmic. HEX triplet: 77, 3F and 66. RGB value is (119,63,102). Sum of RGB (Red+Green+Blue) = 119+63+102=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #773F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F66 is #88C099. Grayscale: #545454. Windows color (decimal): -8962202 or 6700919. OLE color: 6700919.
HSL color Cylindrical-coordinate representation of color #773F66: hue angle of 318.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F66 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 102 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.53 |
| HSL | 318.21º | 0.31% | 0.36% | - |
| HSV(B) | 318.21º | 0.47% | 0.47% | - |
| XYZ | 11.78 | 8.44 | 13.58 | - |
| YUV | 84.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 102 | 0 | 0.47 | 0.14 | 0.53 | 318.21 | 0.31 | 0.36 |
| Hex | 77 | 3F | 66 | 0 | 2F | E | 35 | 13E | 1F | 24 |
| Octal | 167 | 77 | 146 | 0 | 57 | 16 | 65 | 476 | 37 | 44 |
| Binary | 1110111 | 111111 | 1100110 | 0 | 101111 | 1110 | 110101 | 100111110 | 11111 | 100100 |
Color Harmonies of #773F66
Complementary color
Monochromatic Colors of #773F66
Black with #773F66
Text Example
Text Example
White with #773F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F66; }
p { color: rgb(119,63,102); }
H1.HeaderClassName
{
color: #773F66;
}
.AnyTagClassName
{
color: #773F66;
}
</style>
background-color css
<style>
a { background-color: #773F66; }
a { background-color: rgb(119,63,102); }
div.DivClassName
{
background-color: #773F66;
}
.BgClassName
{
background-color: #773F66;
}
</style>
border-color css
<style>
span { border-color: #773F66; }
span { border-color: rgb(119,63,102); }
td.TdClassName
{
border-color: #773F66;
}
.TagClassName
{
border-color: #773F66;
}
</style>