Shades of Cosmic #76525B
Tints of Cosmic #76525B
RGB
CMYK
RGB Variations
Color information
#76525B (or 0x76525B) is known color: Cosmic. HEX triplet: 76, 52 and 5B. RGB value is (118,82,91). Sum of RGB (Red+Green+Blue) = 118+82+91=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #76525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76525B is #89ADA4. Grayscale: #5D5D5D. Windows color (decimal): -9022885 or 5984886. OLE color: 5984886.
HSL color Cylindrical-coordinate representation of color #76525B: hue angle of 345º 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 #76525B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 91 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.54 |
| HSL | 345º | 0.18% | 0.39% | - |
| HSV(B) | 345º | 0.31% | 0.46% | - |
| XYZ | 12.38 | 10.64 | 11.3 | - |
| YUV | 93.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 91 | 0 | 0.31 | 0.23 | 0.54 | 345 | 0.18 | 0.39 |
| Hex | 76 | 52 | 5B | 0 | 1F | 17 | 36 | 159 | 12 | 27 |
| Octal | 166 | 122 | 133 | 0 | 37 | 27 | 66 | 531 | 22 | 47 |
| Binary | 1110110 | 1010010 | 1011011 | 0 | 11111 | 10111 | 110110 | 101011001 | 10010 | 100111 |
Color Harmonies of #76525B
Complementary color
Monochromatic Colors of #76525B
Black with #76525B
Text Example
Text Example
White with #76525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76525B; }
p { color: rgb(118,82,91); }
H1.HeaderClassName
{
color: #76525B;
}
.AnyTagClassName
{
color: #76525B;
}
</style>
background-color css
<style>
a { background-color: #76525B; }
a { background-color: rgb(118,82,91); }
div.DivClassName
{
background-color: #76525B;
}
.BgClassName
{
background-color: #76525B;
}
</style>
border-color css
<style>
span { border-color: #76525B; }
span { border-color: rgb(118,82,91); }
td.TdClassName
{
border-color: #76525B;
}
.TagClassName
{
border-color: #76525B;
}
</style>