Shades of Cosmic #7D3D69
Tints of Cosmic #7D3D69
RGB
CMYK
RGB Variations
Color information
#7D3D69 (or 0x7D3D69) is known color: Cosmic. HEX triplet: 7D, 3D and 69. RGB value is (125,61,105). Sum of RGB (Red+Green+Blue) = 125+61+105=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D69 is #82C296. Grayscale: #555555. Windows color (decimal): -8569495 or 6897021. OLE color: 6897021.
HSL color Cylindrical-coordinate representation of color #7D3D69: hue angle of 318.75º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3D69 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 61 | 105 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.51 |
| HSL | 318.75º | 0.34% | 0.36% | - |
| HSV(B) | 318.75º | 0.51% | 0.49% | - |
| XYZ | 12.68 | 8.72 | 14.38 | - |
| YUV | 85.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 105 | 0 | 0.51 | 0.16 | 0.51 | 318.75 | 0.34 | 0.36 |
| Hex | 7D | 3D | 69 | 0 | 33 | 10 | 33 | 13F | 22 | 24 |
| Octal | 175 | 75 | 151 | 0 | 63 | 20 | 63 | 477 | 42 | 44 |
| Binary | 1111101 | 111101 | 1101001 | 0 | 110011 | 10000 | 110011 | 100111111 | 100010 | 100100 |
Color Harmonies of #7D3D69
Complementary color
Monochromatic Colors of #7D3D69
Black with #7D3D69
Text Example
Text Example
White with #7D3D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D69; }
p { color: rgb(125,61,105); }
H1.HeaderClassName
{
color: #7D3D69;
}
.AnyTagClassName
{
color: #7D3D69;
}
</style>
background-color css
<style>
a { background-color: #7D3D69; }
a { background-color: rgb(125,61,105); }
div.DivClassName
{
background-color: #7D3D69;
}
.BgClassName
{
background-color: #7D3D69;
}
</style>
border-color css
<style>
span { border-color: #7D3D69; }
span { border-color: rgb(125,61,105); }
td.TdClassName
{
border-color: #7D3D69;
}
.TagClassName
{
border-color: #7D3D69;
}
</style>