Shades of Cosmic #77525C
Tints of Cosmic #77525C
RGB
CMYK
RGB Variations
Color information
#77525C (or 0x77525C) is known color: Cosmic. HEX triplet: 77, 52 and 5C. RGB value is (119,82,92). Sum of RGB (Red+Green+Blue) = 119+82+92=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77525C is #88ADA3. Grayscale: #5E5E5E. Windows color (decimal): -8957348 or 6050423. OLE color: 6050423.
HSL color Cylindrical-coordinate representation of color #77525C: hue angle of 343.78º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77525C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 92 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.53 |
| HSL | 343.78º | 0.18% | 0.39% | - |
| HSV(B) | 343.78º | 0.31% | 0.47% | - |
| XYZ | 12.56 | 10.73 | 11.53 | - |
| YUV | 94.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 92 | 0 | 0.31 | 0.23 | 0.53 | 343.78 | 0.18 | 0.39 |
| Hex | 77 | 52 | 5C | 0 | 1F | 17 | 35 | 158 | 12 | 27 |
| Octal | 167 | 122 | 134 | 0 | 37 | 27 | 65 | 530 | 22 | 47 |
| Binary | 1110111 | 1010010 | 1011100 | 0 | 11111 | 10111 | 110101 | 101011000 | 10010 | 100111 |
Color Harmonies of #77525C
Complementary color
Monochromatic Colors of #77525C
Black with #77525C
Text Example
Text Example
White with #77525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77525C; }
p { color: rgb(119,82,92); }
H1.HeaderClassName
{
color: #77525C;
}
.AnyTagClassName
{
color: #77525C;
}
</style>
background-color css
<style>
a { background-color: #77525C; }
a { background-color: rgb(119,82,92); }
div.DivClassName
{
background-color: #77525C;
}
.BgClassName
{
background-color: #77525C;
}
</style>
border-color css
<style>
span { border-color: #77525C; }
span { border-color: rgb(119,82,92); }
td.TdClassName
{
border-color: #77525C;
}
.TagClassName
{
border-color: #77525C;
}
</style>