Shades of Cosmic #76525C
Tints of Cosmic #76525C
RGB
CMYK
RGB Variations
Color information
#76525C (or 0x76525C) is known color: Cosmic. HEX triplet: 76, 52 and 5C. RGB value is (118,82,92). Sum of RGB (Red+Green+Blue) = 118+82+92=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76525C is #89ADA3. Grayscale: #5D5D5D. Windows color (decimal): -9022884 or 6050422. OLE color: 6050422.
HSL color Cylindrical-coordinate representation of color #76525C: hue angle of 343.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76525C is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 92 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.54 |
| HSL | 343.33º | 0.18% | 0.39% | - |
| HSV(B) | 343.33º | 0.31% | 0.46% | - |
| XYZ | 12.42 | 10.66 | 11.53 | - |
| YUV | 93.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 92 | 0 | 0.31 | 0.22 | 0.54 | 343.33 | 0.18 | 0.39 |
| Hex | 76 | 52 | 5C | 0 | 1F | 16 | 36 | 157 | 12 | 27 |
| Octal | 166 | 122 | 134 | 0 | 37 | 26 | 66 | 527 | 22 | 47 |
| Binary | 1110110 | 1010010 | 1011100 | 0 | 11111 | 10110 | 110110 | 101010111 | 10010 | 100111 |
Color Harmonies of #76525C
Complementary color
Monochromatic Colors of #76525C
Black with #76525C
Text Example
Text Example
White with #76525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76525C; }
p { color: rgb(118,82,92); }
H1.HeaderClassName
{
color: #76525C;
}
.AnyTagClassName
{
color: #76525C;
}
</style>
background-color css
<style>
a { background-color: #76525C; }
a { background-color: rgb(118,82,92); }
div.DivClassName
{
background-color: #76525C;
}
.BgClassName
{
background-color: #76525C;
}
</style>
border-color css
<style>
span { border-color: #76525C; }
span { border-color: rgb(118,82,92); }
td.TdClassName
{
border-color: #76525C;
}
.TagClassName
{
border-color: #76525C;
}
</style>