Shades of Cosmic #7D4B5F
Tints of Cosmic #7D4B5F
RGB
CMYK
RGB Variations
Color information
#7D4B5F (or 0x7D4B5F) is known color: Cosmic. HEX triplet: 7D, 4B and 5F. RGB value is (125,75,95). Sum of RGB (Red+Green+Blue) = 125+75+95=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4B5F is #82B4A0. Grayscale: #5C5C5C. Windows color (decimal): -8565921 or 6245245. OLE color: 6245245.
HSL color Cylindrical-coordinate representation of color #7D4B5F: hue angle of 336º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D4B5F is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 75 | 95 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.51 |
| HSL | 336º | 0.25% | 0.39% | - |
| HSV(B) | 336º | 0.4% | 0.49% | - |
| XYZ | 13.04 | 10.22 | 12.11 | - |
| YUV | 92.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 95 | 0 | 0.40 | 0.24 | 0.51 | 336 | 0.25 | 0.39 |
| Hex | 7D | 4B | 5F | 0 | 28 | 18 | 33 | 150 | 19 | 27 |
| Octal | 175 | 113 | 137 | 0 | 50 | 30 | 63 | 520 | 31 | 47 |
| Binary | 1111101 | 1001011 | 1011111 | 0 | 101000 | 11000 | 110011 | 101010000 | 11001 | 100111 |
Color Harmonies of #7D4B5F
Complementary color
Monochromatic Colors of #7D4B5F
Black with #7D4B5F
Text Example
Text Example
White with #7D4B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B5F; }
p { color: rgb(125,75,95); }
H1.HeaderClassName
{
color: #7D4B5F;
}
.AnyTagClassName
{
color: #7D4B5F;
}
</style>
background-color css
<style>
a { background-color: #7D4B5F; }
a { background-color: rgb(125,75,95); }
div.DivClassName
{
background-color: #7D4B5F;
}
.BgClassName
{
background-color: #7D4B5F;
}
</style>
border-color css
<style>
span { border-color: #7D4B5F; }
span { border-color: rgb(125,75,95); }
td.TdClassName
{
border-color: #7D4B5F;
}
.TagClassName
{
border-color: #7D4B5F;
}
</style>