Shades of Cosmic #763D5D
Tints of Cosmic #763D5D
RGB
CMYK
RGB Variations
Color information
#763D5D (or 0x763D5D) is known color: Cosmic. HEX triplet: 76, 3D and 5D. RGB value is (118,61,93). Sum of RGB (Red+Green+Blue) = 118+61+93=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D5D is #89C2A2. Grayscale: #515151. Windows color (decimal): -9028259 or 6110582. OLE color: 6110582.
HSL color Cylindrical-coordinate representation of color #763D5D: hue angle of 326.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D5D is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 93 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.54 |
| HSL | 326.32º | 0.32% | 0.35% | - |
| HSV(B) | 326.32º | 0.48% | 0.46% | - |
| XYZ | 11.12 | 7.98 | 11.31 | - |
| YUV | 81.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 93 | 0 | 0.48 | 0.21 | 0.54 | 326.32 | 0.32 | 0.35 |
| Hex | 76 | 3D | 5D | 0 | 30 | 15 | 36 | 146 | 20 | 23 |
| Octal | 166 | 75 | 135 | 0 | 60 | 25 | 66 | 506 | 40 | 43 |
| Binary | 1110110 | 111101 | 1011101 | 0 | 110000 | 10101 | 110110 | 101000110 | 100000 | 100011 |
Color Harmonies of #763D5D
Complementary color
Monochromatic Colors of #763D5D
Black with #763D5D
Text Example
Text Example
White with #763D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D5D; }
p { color: rgb(118,61,93); }
H1.HeaderClassName
{
color: #763D5D;
}
.AnyTagClassName
{
color: #763D5D;
}
</style>
background-color css
<style>
a { background-color: #763D5D; }
a { background-color: rgb(118,61,93); }
div.DivClassName
{
background-color: #763D5D;
}
.BgClassName
{
background-color: #763D5D;
}
</style>
border-color css
<style>
span { border-color: #763D5D; }
span { border-color: rgb(118,61,93); }
td.TdClassName
{
border-color: #763D5D;
}
.TagClassName
{
border-color: #763D5D;
}
</style>