Shades of Cosmic #7D5A65
Tints of Cosmic #7D5A65
RGB
CMYK
RGB Variations
Color information
#7D5A65 (or 0x7D5A65) is known color: Cosmic. HEX triplet: 7D, 5A and 65. RGB value is (125,90,101). Sum of RGB (Red+Green+Blue) = 125+90+101=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A65 is #82A59A. Grayscale: #656565. Windows color (decimal): -8562075 or 6642301. OLE color: 6642301.
HSL color Cylindrical-coordinate representation of color #7D5A65: hue angle of 341.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D5A65 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 101 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.51 |
| HSL | 341.14º | 0.16% | 0.42% | - |
| HSV(B) | 341.14º | 0.28% | 0.49% | - |
| XYZ | 14.46 | 12.61 | 13.98 | - |
| YUV | 101.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 101 | 0 | 0.28 | 0.19 | 0.51 | 341.14 | 0.16 | 0.42 |
| Hex | 7D | 5A | 65 | 0 | 1C | 13 | 33 | 155 | 10 | 2A |
| Octal | 175 | 132 | 145 | 0 | 34 | 23 | 63 | 525 | 20 | 52 |
| Binary | 1111101 | 1011010 | 1100101 | 0 | 11100 | 10011 | 110011 | 101010101 | 10000 | 101010 |
Color Harmonies of #7D5A65
Complementary color
Monochromatic Colors of #7D5A65
Black with #7D5A65
Text Example
Text Example
White with #7D5A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A65; }
p { color: rgb(125,90,101); }
H1.HeaderClassName
{
color: #7D5A65;
}
.AnyTagClassName
{
color: #7D5A65;
}
</style>
background-color css
<style>
a { background-color: #7D5A65; }
a { background-color: rgb(125,90,101); }
div.DivClassName
{
background-color: #7D5A65;
}
.BgClassName
{
background-color: #7D5A65;
}
</style>
border-color css
<style>
span { border-color: #7D5A65; }
span { border-color: rgb(125,90,101); }
td.TdClassName
{
border-color: #7D5A65;
}
.TagClassName
{
border-color: #7D5A65;
}
</style>