Shades of Cosmic #7D546D
Tints of Cosmic #7D546D
RGB
CMYK
RGB Variations
Color information
#7D546D (or 0x7D546D) is known color: Cosmic. HEX triplet: 7D, 54 and 6D. RGB value is (125,84,109). Sum of RGB (Red+Green+Blue) = 125+84+109=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D546D is #82AB92. Grayscale: #636363. Windows color (decimal): -8563603 or 7165053. OLE color: 7165053.
HSL color Cylindrical-coordinate representation of color #7D546D: hue angle of 323.41º 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 #7D546D is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 109 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.51 |
| HSL | 323.41º | 0.2% | 0.41% | - |
| HSV(B) | 323.41º | 0.33% | 0.49% | - |
| XYZ | 14.39 | 11.8 | 15.99 | - |
| YUV | 99.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 109 | 0 | 0.33 | 0.13 | 0.51 | 323.41 | 0.2 | 0.41 |
| Hex | 7D | 54 | 6D | 0 | 21 | D | 33 | 143 | 14 | 29 |
| Octal | 175 | 124 | 155 | 0 | 41 | 15 | 63 | 503 | 24 | 51 |
| Binary | 1111101 | 1010100 | 1101101 | 0 | 100001 | 1101 | 110011 | 101000011 | 10100 | 101001 |
Color Harmonies of #7D546D
Complementary color
Monochromatic Colors of #7D546D
Black with #7D546D
Text Example
Text Example
White with #7D546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D546D; }
p { color: rgb(125,84,109); }
H1.HeaderClassName
{
color: #7D546D;
}
.AnyTagClassName
{
color: #7D546D;
}
</style>
background-color css
<style>
a { background-color: #7D546D; }
a { background-color: rgb(125,84,109); }
div.DivClassName
{
background-color: #7D546D;
}
.BgClassName
{
background-color: #7D546D;
}
</style>
border-color css
<style>
span { border-color: #7D546D; }
span { border-color: rgb(125,84,109); }
td.TdClassName
{
border-color: #7D546D;
}
.TagClassName
{
border-color: #7D546D;
}
</style>