Shades of Cosmic #7D4267
Tints of Cosmic #7D4267
RGB
CMYK
RGB Variations
Color information
#7D4267 (or 0x7D4267) is known color: Cosmic. HEX triplet: 7D, 42 and 67. RGB value is (125,66,103). Sum of RGB (Red+Green+Blue) = 125+66+103=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4267 is #82BD98. Grayscale: #575757. Windows color (decimal): -8568217 or 6767229. OLE color: 6767229.
HSL color Cylindrical-coordinate representation of color #7D4267: hue angle of 322.37º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4267 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 103 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.51 |
| HSL | 322.37º | 0.31% | 0.37% | - |
| HSV(B) | 322.37º | 0.47% | 0.49% | - |
| XYZ | 12.85 | 9.24 | 13.94 | - |
| YUV | 87.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 103 | 0 | 0.47 | 0.18 | 0.51 | 322.37 | 0.31 | 0.37 |
| Hex | 7D | 42 | 67 | 0 | 2F | 12 | 33 | 142 | 1F | 25 |
| Octal | 175 | 102 | 147 | 0 | 57 | 22 | 63 | 502 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1100111 | 0 | 101111 | 10010 | 110011 | 101000010 | 11111 | 100101 |
Color Harmonies of #7D4267
Complementary color
Monochromatic Colors of #7D4267
Black with #7D4267
Text Example
Text Example
White with #7D4267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4267; }
p { color: rgb(125,66,103); }
H1.HeaderClassName
{
color: #7D4267;
}
.AnyTagClassName
{
color: #7D4267;
}
</style>
background-color css
<style>
a { background-color: #7D4267; }
a { background-color: rgb(125,66,103); }
div.DivClassName
{
background-color: #7D4267;
}
.BgClassName
{
background-color: #7D4267;
}
</style>
border-color css
<style>
span { border-color: #7D4267; }
span { border-color: rgb(125,66,103); }
td.TdClassName
{
border-color: #7D4267;
}
.TagClassName
{
border-color: #7D4267;
}
</style>