Shades of Cosmic #7D5369
Tints of Cosmic #7D5369
RGB
CMYK
RGB Variations
Color information
#7D5369 (or 0x7D5369) is known color: Cosmic. HEX triplet: 7D, 53 and 69. RGB value is (125,83,105). Sum of RGB (Red+Green+Blue) = 125+83+105=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5369 is #82AC96. Grayscale: #626262. Windows color (decimal): -8563863 or 6902653. OLE color: 6902653.
HSL color Cylindrical-coordinate representation of color #7D5369: hue angle of 328.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5369 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 105 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.51 |
| HSL | 328.57º | 0.2% | 0.41% | - |
| HSV(B) | 328.57º | 0.34% | 0.49% | - |
| XYZ | 14.1 | 11.57 | 14.85 | - |
| YUV | 98.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 105 | 0 | 0.34 | 0.16 | 0.51 | 328.57 | 0.2 | 0.41 |
| Hex | 7D | 53 | 69 | 0 | 22 | 10 | 33 | 149 | 14 | 29 |
| Octal | 175 | 123 | 151 | 0 | 42 | 20 | 63 | 511 | 24 | 51 |
| Binary | 1111101 | 1010011 | 1101001 | 0 | 100010 | 10000 | 110011 | 101001001 | 10100 | 101001 |
Color Harmonies of #7D5369
Complementary color
Monochromatic Colors of #7D5369
Black with #7D5369
Text Example
Text Example
White with #7D5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5369; }
p { color: rgb(125,83,105); }
H1.HeaderClassName
{
color: #7D5369;
}
.AnyTagClassName
{
color: #7D5369;
}
</style>
background-color css
<style>
a { background-color: #7D5369; }
a { background-color: rgb(125,83,105); }
div.DivClassName
{
background-color: #7D5369;
}
.BgClassName
{
background-color: #7D5369;
}
</style>
border-color css
<style>
span { border-color: #7D5369; }
span { border-color: rgb(125,83,105); }
td.TdClassName
{
border-color: #7D5369;
}
.TagClassName
{
border-color: #7D5369;
}
</style>