Shades of Cosmic #77465C
Tints of Cosmic #77465C
RGB
CMYK
RGB Variations
Color information
#77465C (or 0x77465C) is known color: Cosmic. HEX triplet: 77, 46 and 5C. RGB value is (119,70,92). Sum of RGB (Red+Green+Blue) = 119+70+92=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77465C is #88B9A3. Grayscale: #575757. Windows color (decimal): -8960420 or 6047351. OLE color: 6047351.
HSL color Cylindrical-coordinate representation of color #77465C: hue angle of 333.06º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77465C is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 92 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.53 |
| HSL | 333.06º | 0.26% | 0.37% | - |
| HSV(B) | 333.06º | 0.41% | 0.47% | - |
| XYZ | 11.73 | 9.07 | 11.26 | - |
| YUV | 87.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 92 | 0 | 0.41 | 0.23 | 0.53 | 333.06 | 0.26 | 0.37 |
| Hex | 77 | 46 | 5C | 0 | 29 | 17 | 35 | 14D | 1A | 25 |
| Octal | 167 | 106 | 134 | 0 | 51 | 27 | 65 | 515 | 32 | 45 |
| Binary | 1110111 | 1000110 | 1011100 | 0 | 101001 | 10111 | 110101 | 101001101 | 11010 | 100101 |
Color Harmonies of #77465C
Complementary color
Monochromatic Colors of #77465C
Black with #77465C
Text Example
Text Example
White with #77465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77465C; }
p { color: rgb(119,70,92); }
H1.HeaderClassName
{
color: #77465C;
}
.AnyTagClassName
{
color: #77465C;
}
</style>
background-color css
<style>
a { background-color: #77465C; }
a { background-color: rgb(119,70,92); }
div.DivClassName
{
background-color: #77465C;
}
.BgClassName
{
background-color: #77465C;
}
</style>
border-color css
<style>
span { border-color: #77465C; }
span { border-color: rgb(119,70,92); }
td.TdClassName
{
border-color: #77465C;
}
.TagClassName
{
border-color: #77465C;
}
</style>