Shades of Cosmic #7D495F
Tints of Cosmic #7D495F
RGB
CMYK
RGB Variations
Color information
#7D495F (or 0x7D495F) is known color: Cosmic. HEX triplet: 7D, 49 and 5F. RGB value is (125,73,95). Sum of RGB (Red+Green+Blue) = 125+73+95=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D495F is #82B6A0. Grayscale: #5B5B5B. Windows color (decimal): -8566433 or 6244733. OLE color: 6244733.
HSL color Cylindrical-coordinate representation of color #7D495F: hue angle of 334.62º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D495F is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 95 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.51 |
| HSL | 334.62º | 0.26% | 0.39% | - |
| HSV(B) | 334.62º | 0.42% | 0.49% | - |
| XYZ | 12.91 | 9.95 | 12.07 | - |
| YUV | 91.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 95 | 0 | 0.42 | 0.24 | 0.51 | 334.62 | 0.26 | 0.39 |
| Hex | 7D | 49 | 5F | 0 | 2A | 18 | 33 | 14F | 1A | 27 |
| Octal | 175 | 111 | 137 | 0 | 52 | 30 | 63 | 517 | 32 | 47 |
| Binary | 1111101 | 1001001 | 1011111 | 0 | 101010 | 11000 | 110011 | 101001111 | 11010 | 100111 |
Color Harmonies of #7D495F
Complementary color
Monochromatic Colors of #7D495F
Black with #7D495F
Text Example
Text Example
White with #7D495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D495F; }
p { color: rgb(125,73,95); }
H1.HeaderClassName
{
color: #7D495F;
}
.AnyTagClassName
{
color: #7D495F;
}
</style>
background-color css
<style>
a { background-color: #7D495F; }
a { background-color: rgb(125,73,95); }
div.DivClassName
{
background-color: #7D495F;
}
.BgClassName
{
background-color: #7D495F;
}
</style>
border-color css
<style>
span { border-color: #7D495F; }
span { border-color: rgb(125,73,95); }
td.TdClassName
{
border-color: #7D495F;
}
.TagClassName
{
border-color: #7D495F;
}
</style>