Shades of Cosmic #773F67
Tints of Cosmic #773F67
RGB
CMYK
RGB Variations
Color information
#773F67 (or 0x773F67) is known color: Cosmic. HEX triplet: 77, 3F and 67. RGB value is (119,63,103). Sum of RGB (Red+Green+Blue) = 119+63+103=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F67 is #88C098. Grayscale: #545454. Windows color (decimal): -8962201 or 6766455. OLE color: 6766455.
HSL color Cylindrical-coordinate representation of color #773F67: hue angle of 317.14º 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 #773F67 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 103 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.53 |
| HSL | 317.14º | 0.31% | 0.36% | - |
| HSV(B) | 317.14º | 0.47% | 0.47% | - |
| XYZ | 11.83 | 8.46 | 13.84 | - |
| YUV | 84.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 103 | 0 | 0.47 | 0.13 | 0.53 | 317.14 | 0.31 | 0.36 |
| Hex | 77 | 3F | 67 | 0 | 2F | D | 35 | 13D | 1F | 24 |
| Octal | 167 | 77 | 147 | 0 | 57 | 15 | 65 | 475 | 37 | 44 |
| Binary | 1110111 | 111111 | 1100111 | 0 | 101111 | 1101 | 110101 | 100111101 | 11111 | 100100 |
Color Harmonies of #773F67
Complementary color
Monochromatic Colors of #773F67
Black with #773F67
Text Example
Text Example
White with #773F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F67; }
p { color: rgb(119,63,103); }
H1.HeaderClassName
{
color: #773F67;
}
.AnyTagClassName
{
color: #773F67;
}
</style>
background-color css
<style>
a { background-color: #773F67; }
a { background-color: rgb(119,63,103); }
div.DivClassName
{
background-color: #773F67;
}
.BgClassName
{
background-color: #773F67;
}
</style>
border-color css
<style>
span { border-color: #773F67; }
span { border-color: rgb(119,63,103); }
td.TdClassName
{
border-color: #773F67;
}
.TagClassName
{
border-color: #773F67;
}
</style>