Shades of Cosmic #77415B
Tints of Cosmic #77415B
RGB
CMYK
RGB Variations
Color information
#77415B (or 0x77415B) is known color: Cosmic. HEX triplet: 77, 41 and 5B. RGB value is (119,65,91). Sum of RGB (Red+Green+Blue) = 119+65+91=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77415B is #88BEA4. Grayscale: #545454. Windows color (decimal): -8961701 or 5980535. OLE color: 5980535.
HSL color Cylindrical-coordinate representation of color #77415B: hue angle of 331.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77415B is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 91 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.53 |
| HSL | 331.11º | 0.29% | 0.36% | - |
| HSV(B) | 331.11º | 0.45% | 0.47% | - |
| XYZ | 11.39 | 8.46 | 10.93 | - |
| YUV | 84.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 91 | 0 | 0.45 | 0.24 | 0.53 | 331.11 | 0.29 | 0.36 |
| Hex | 77 | 41 | 5B | 0 | 2D | 18 | 35 | 14B | 1D | 24 |
| Octal | 167 | 101 | 133 | 0 | 55 | 30 | 65 | 513 | 35 | 44 |
| Binary | 1110111 | 1000001 | 1011011 | 0 | 101101 | 11000 | 110101 | 101001011 | 11101 | 100100 |
Color Harmonies of #77415B
Complementary color
Monochromatic Colors of #77415B
Black with #77415B
Text Example
Text Example
White with #77415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77415B; }
p { color: rgb(119,65,91); }
H1.HeaderClassName
{
color: #77415B;
}
.AnyTagClassName
{
color: #77415B;
}
</style>
background-color css
<style>
a { background-color: #77415B; }
a { background-color: rgb(119,65,91); }
div.DivClassName
{
background-color: #77415B;
}
.BgClassName
{
background-color: #77415B;
}
</style>
border-color css
<style>
span { border-color: #77415B; }
span { border-color: rgb(119,65,91); }
td.TdClassName
{
border-color: #77415B;
}
.TagClassName
{
border-color: #77415B;
}
</style>