Shades of Cosmic #7D4C5C
Tints of Cosmic #7D4C5C
RGB
CMYK
RGB Variations
Color information
#7D4C5C (or 0x7D4C5C) is known color: Cosmic. HEX triplet: 7D, 4C and 5C. RGB value is (125,76,92). Sum of RGB (Red+Green+Blue) = 125+76+92=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4C5C is #82B3A3. Grayscale: #5C5C5C. Windows color (decimal): -8565668 or 6048893. OLE color: 6048893.
HSL color Cylindrical-coordinate representation of color #7D4C5C: hue angle of 340.41º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D4C5C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 76 | 92 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.51 |
| HSL | 340.41º | 0.24% | 0.39% | - |
| HSV(B) | 340.41º | 0.39% | 0.49% | - |
| XYZ | 12.97 | 10.3 | 11.43 | - |
| YUV | 92.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 92 | 0 | 0.39 | 0.26 | 0.51 | 340.41 | 0.24 | 0.39 |
| Hex | 7D | 4C | 5C | 0 | 27 | 1A | 33 | 154 | 18 | 27 |
| Octal | 175 | 114 | 134 | 0 | 47 | 32 | 63 | 524 | 30 | 47 |
| Binary | 1111101 | 1001100 | 1011100 | 0 | 100111 | 11010 | 110011 | 101010100 | 11000 | 100111 |
Color Harmonies of #7D4C5C
Complementary color
Monochromatic Colors of #7D4C5C
Black with #7D4C5C
Text Example
Text Example
White with #7D4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C5C; }
p { color: rgb(125,76,92); }
H1.HeaderClassName
{
color: #7D4C5C;
}
.AnyTagClassName
{
color: #7D4C5C;
}
</style>
background-color css
<style>
a { background-color: #7D4C5C; }
a { background-color: rgb(125,76,92); }
div.DivClassName
{
background-color: #7D4C5C;
}
.BgClassName
{
background-color: #7D4C5C;
}
</style>
border-color css
<style>
span { border-color: #7D4C5C; }
span { border-color: rgb(125,76,92); }
td.TdClassName
{
border-color: #7D4C5C;
}
.TagClassName
{
border-color: #7D4C5C;
}
</style>