Shades of Cosmic #763D5C
Tints of Cosmic #763D5C
RGB
CMYK
RGB Variations
Color information
#763D5C (or 0x763D5C) is known color: Cosmic. HEX triplet: 76, 3D and 5C. RGB value is (118,61,92). Sum of RGB (Red+Green+Blue) = 118+61+92=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D5C is #89C2A3. Grayscale: #515151. Windows color (decimal): -9028260 or 6045046. OLE color: 6045046.
HSL color Cylindrical-coordinate representation of color #763D5C: hue angle of 327.37º 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 #763D5C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 92 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.54 |
| HSL | 327.37º | 0.32% | 0.35% | - |
| HSV(B) | 327.37º | 0.48% | 0.46% | - |
| XYZ | 11.07 | 7.96 | 11.08 | - |
| YUV | 81.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 92 | 0 | 0.48 | 0.22 | 0.54 | 327.37 | 0.32 | 0.35 |
| Hex | 76 | 3D | 5C | 0 | 30 | 16 | 36 | 147 | 20 | 23 |
| Octal | 166 | 75 | 134 | 0 | 60 | 26 | 66 | 507 | 40 | 43 |
| Binary | 1110110 | 111101 | 1011100 | 0 | 110000 | 10110 | 110110 | 101000111 | 100000 | 100011 |
Color Harmonies of #763D5C
Complementary color
Monochromatic Colors of #763D5C
Black with #763D5C
Text Example
Text Example
White with #763D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D5C; }
p { color: rgb(118,61,92); }
H1.HeaderClassName
{
color: #763D5C;
}
.AnyTagClassName
{
color: #763D5C;
}
</style>
background-color css
<style>
a { background-color: #763D5C; }
a { background-color: rgb(118,61,92); }
div.DivClassName
{
background-color: #763D5C;
}
.BgClassName
{
background-color: #763D5C;
}
</style>
border-color css
<style>
span { border-color: #763D5C; }
span { border-color: rgb(118,61,92); }
td.TdClassName
{
border-color: #763D5C;
}
.TagClassName
{
border-color: #763D5C;
}
</style>