Shades of Cosmic #7D5465
Tints of Cosmic #7D5465
RGB
CMYK
RGB Variations
Color information
#7D5465 (or 0x7D5465) is known color: Cosmic. HEX triplet: 7D, 54 and 65. RGB value is (125,84,101). Sum of RGB (Red+Green+Blue) = 125+84+101=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5465 is #82AB9A. Grayscale: #626262. Windows color (decimal): -8563611 or 6640765. OLE color: 6640765.
HSL color Cylindrical-coordinate representation of color #7D5465: hue angle of 335.12º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D5465 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 101 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.51 |
| HSL | 335.12º | 0.2% | 0.41% | - |
| HSV(B) | 335.12º | 0.33% | 0.49% | - |
| XYZ | 13.98 | 11.64 | 13.82 | - |
| YUV | 98.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 101 | 0 | 0.33 | 0.19 | 0.51 | 335.12 | 0.2 | 0.41 |
| Hex | 7D | 54 | 65 | 0 | 21 | 13 | 33 | 14F | 14 | 29 |
| Octal | 175 | 124 | 145 | 0 | 41 | 23 | 63 | 517 | 24 | 51 |
| Binary | 1111101 | 1010100 | 1100101 | 0 | 100001 | 10011 | 110011 | 101001111 | 10100 | 101001 |
Color Harmonies of #7D5465
Complementary color
Monochromatic Colors of #7D5465
Black with #7D5465
Text Example
Text Example
White with #7D5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5465; }
p { color: rgb(125,84,101); }
H1.HeaderClassName
{
color: #7D5465;
}
.AnyTagClassName
{
color: #7D5465;
}
</style>
background-color css
<style>
a { background-color: #7D5465; }
a { background-color: rgb(125,84,101); }
div.DivClassName
{
background-color: #7D5465;
}
.BgClassName
{
background-color: #7D5465;
}
</style>
border-color css
<style>
span { border-color: #7D5465; }
span { border-color: rgb(125,84,101); }
td.TdClassName
{
border-color: #7D5465;
}
.TagClassName
{
border-color: #7D5465;
}
</style>