Shades of Cosmic #7D5B6E
Tints of Cosmic #7D5B6E
RGB
CMYK
RGB Variations
Color information
#7D5B6E (or 0x7D5B6E) is known color: Cosmic. HEX triplet: 7D, 5B and 6E. RGB value is (125,91,110). Sum of RGB (Red+Green+Blue) = 125+91+110=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5B6E is #82A491. Grayscale: #676767. Windows color (decimal): -8561810 or 7232381. OLE color: 7232381.
HSL color Cylindrical-coordinate representation of color #7D5B6E: hue angle of 326.47º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D5B6E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 91 | 110 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.51 |
| HSL | 326.47º | 0.16% | 0.42% | - |
| HSV(B) | 326.47º | 0.27% | 0.49% | - |
| XYZ | 15.01 | 12.97 | 16.46 | - |
| YUV | 103.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 91 | 110 | 0 | 0.27 | 0.12 | 0.51 | 326.47 | 0.16 | 0.42 |
| Hex | 7D | 5B | 6E | 0 | 1B | C | 33 | 146 | 10 | 2A |
| Octal | 175 | 133 | 156 | 0 | 33 | 14 | 63 | 506 | 20 | 52 |
| Binary | 1111101 | 1011011 | 1101110 | 0 | 11011 | 1100 | 110011 | 101000110 | 10000 | 101010 |
Color Harmonies of #7D5B6E
Complementary color
Monochromatic Colors of #7D5B6E
Black with #7D5B6E
Text Example
Text Example
White with #7D5B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5B6E; }
p { color: rgb(125,91,110); }
H1.HeaderClassName
{
color: #7D5B6E;
}
.AnyTagClassName
{
color: #7D5B6E;
}
</style>
background-color css
<style>
a { background-color: #7D5B6E; }
a { background-color: rgb(125,91,110); }
div.DivClassName
{
background-color: #7D5B6E;
}
.BgClassName
{
background-color: #7D5B6E;
}
</style>
border-color css
<style>
span { border-color: #7D5B6E; }
span { border-color: rgb(125,91,110); }
td.TdClassName
{
border-color: #7D5B6E;
}
.TagClassName
{
border-color: #7D5B6E;
}
</style>