Shades of Cosmic #7D3665
Tints of Cosmic #7D3665
RGB
CMYK
RGB Variations
Color information
#7D3665 (or 0x7D3665) is known color: Cosmic. HEX triplet: 7D, 36 and 65. RGB value is (125,54,101). Sum of RGB (Red+Green+Blue) = 125+54+101=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3665 is #82C99A. Grayscale: #505050. Windows color (decimal): -8571291 or 6633085. OLE color: 6633085.
HSL color Cylindrical-coordinate representation of color #7D3665: hue angle of 320.28º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D3665 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 101 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.51 |
| HSL | 320.28º | 0.4% | 0.35% | - |
| HSV(B) | 320.28º | 0.57% | 0.49% | - |
| XYZ | 12.13 | 7.94 | 13.21 | - |
| YUV | 80.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 101 | 0 | 0.57 | 0.19 | 0.51 | 320.28 | 0.4 | 0.35 |
| Hex | 7D | 36 | 65 | 0 | 39 | 13 | 33 | 140 | 28 | 23 |
| Octal | 175 | 66 | 145 | 0 | 71 | 23 | 63 | 500 | 50 | 43 |
| Binary | 1111101 | 110110 | 1100101 | 0 | 111001 | 10011 | 110011 | 101000000 | 101000 | 100011 |
Color Harmonies of #7D3665
Complementary color
Monochromatic Colors of #7D3665
Black with #7D3665
Text Example
Text Example
White with #7D3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3665; }
p { color: rgb(125,54,101); }
H1.HeaderClassName
{
color: #7D3665;
}
.AnyTagClassName
{
color: #7D3665;
}
</style>
background-color css
<style>
a { background-color: #7D3665; }
a { background-color: rgb(125,54,101); }
div.DivClassName
{
background-color: #7D3665;
}
.BgClassName
{
background-color: #7D3665;
}
</style>
border-color css
<style>
span { border-color: #7D3665; }
span { border-color: rgb(125,54,101); }
td.TdClassName
{
border-color: #7D3665;
}
.TagClassName
{
border-color: #7D3665;
}
</style>