Shades of Cosmic #77405A
Tints of Cosmic #77405A
RGB
CMYK
RGB Variations
Color information
#77405A (or 0x77405A) is known color: Cosmic. HEX triplet: 77, 40 and 5A. RGB value is (119,64,90). Sum of RGB (Red+Green+Blue) = 119+64+90=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77405A is #88BFA5. Grayscale: #535353. Windows color (decimal): -8961958 or 5914743. OLE color: 5914743.
HSL color Cylindrical-coordinate representation of color #77405A: hue angle of 331.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77405A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 90 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.53 |
| HSL | 331.64º | 0.3% | 0.36% | - |
| HSV(B) | 331.64º | 0.46% | 0.47% | - |
| XYZ | 11.29 | 8.33 | 10.69 | - |
| YUV | 83.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 90 | 0 | 0.46 | 0.24 | 0.53 | 331.64 | 0.3 | 0.36 |
| Hex | 77 | 40 | 5A | 0 | 2E | 18 | 35 | 14C | 1E | 24 |
| Octal | 167 | 100 | 132 | 0 | 56 | 30 | 65 | 514 | 36 | 44 |
| Binary | 1110111 | 1000000 | 1011010 | 0 | 101110 | 11000 | 110101 | 101001100 | 11110 | 100100 |
Color Harmonies of #77405A
Complementary color
Monochromatic Colors of #77405A
Black with #77405A
Text Example
Text Example
White with #77405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77405A; }
p { color: rgb(119,64,90); }
H1.HeaderClassName
{
color: #77405A;
}
.AnyTagClassName
{
color: #77405A;
}
</style>
background-color css
<style>
a { background-color: #77405A; }
a { background-color: rgb(119,64,90); }
div.DivClassName
{
background-color: #77405A;
}
.BgClassName
{
background-color: #77405A;
}
</style>
border-color css
<style>
span { border-color: #77405A; }
span { border-color: rgb(119,64,90); }
td.TdClassName
{
border-color: #77405A;
}
.TagClassName
{
border-color: #77405A;
}
</style>