Shades of Cosmic #763D5B
Tints of Cosmic #763D5B
RGB
CMYK
RGB Variations
Color information
#763D5B (or 0x763D5B) is known color: Cosmic. HEX triplet: 76, 3D and 5B. RGB value is (118,61,91). Sum of RGB (Red+Green+Blue) = 118+61+91=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D5B is #89C2A4. Grayscale: #515151. Windows color (decimal): -9028261 or 5979510. OLE color: 5979510.
HSL color Cylindrical-coordinate representation of color #763D5B: hue angle of 328.42º 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 #763D5B is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 91 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.54 |
| HSL | 328.42º | 0.32% | 0.35% | - |
| HSV(B) | 328.42º | 0.48% | 0.46% | - |
| XYZ | 11.03 | 7.94 | 10.85 | - |
| YUV | 81.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 91 | 0 | 0.48 | 0.23 | 0.54 | 328.42 | 0.32 | 0.35 |
| Hex | 76 | 3D | 5B | 0 | 30 | 17 | 36 | 148 | 20 | 23 |
| Octal | 166 | 75 | 133 | 0 | 60 | 27 | 66 | 510 | 40 | 43 |
| Binary | 1110110 | 111101 | 1011011 | 0 | 110000 | 10111 | 110110 | 101001000 | 100000 | 100011 |
Color Harmonies of #763D5B
Complementary color
Monochromatic Colors of #763D5B
Black with #763D5B
Text Example
Text Example
White with #763D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D5B; }
p { color: rgb(118,61,91); }
H1.HeaderClassName
{
color: #763D5B;
}
.AnyTagClassName
{
color: #763D5B;
}
</style>
background-color css
<style>
a { background-color: #763D5B; }
a { background-color: rgb(118,61,91); }
div.DivClassName
{
background-color: #763D5B;
}
.BgClassName
{
background-color: #763D5B;
}
</style>
border-color css
<style>
span { border-color: #763D5B; }
span { border-color: rgb(118,61,91); }
td.TdClassName
{
border-color: #763D5B;
}
.TagClassName
{
border-color: #763D5B;
}
</style>