Shades of Cosmic #763D64
Tints of Cosmic #763D64
RGB
CMYK
RGB Variations
Color information
#763D64 (or 0x763D64) is known color: Cosmic. HEX triplet: 76, 3D and 64. RGB value is (118,61,100). Sum of RGB (Red+Green+Blue) = 118+61+100=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #763D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D64 is #89C29B. Grayscale: #525252. Windows color (decimal): -9028252 or 6569334. OLE color: 6569334.
HSL color Cylindrical-coordinate representation of color #763D64: hue angle of 318.95º 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 #763D64 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 100 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.54 |
| HSL | 318.95º | 0.32% | 0.35% | - |
| HSV(B) | 318.95º | 0.48% | 0.46% | - |
| XYZ | 11.44 | 8.11 | 13.02 | - |
| YUV | 82.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 100 | 0 | 0.48 | 0.15 | 0.54 | 318.95 | 0.32 | 0.35 |
| Hex | 76 | 3D | 64 | 0 | 30 | F | 36 | 13F | 20 | 23 |
| Octal | 166 | 75 | 144 | 0 | 60 | 17 | 66 | 477 | 40 | 43 |
| Binary | 1110110 | 111101 | 1100100 | 0 | 110000 | 1111 | 110110 | 100111111 | 100000 | 100011 |
Color Harmonies of #763D64
Complementary color
Monochromatic Colors of #763D64
Black with #763D64
Text Example
Text Example
White with #763D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D64; }
p { color: rgb(118,61,100); }
H1.HeaderClassName
{
color: #763D64;
}
.AnyTagClassName
{
color: #763D64;
}
</style>
background-color css
<style>
a { background-color: #763D64; }
a { background-color: rgb(118,61,100); }
div.DivClassName
{
background-color: #763D64;
}
.BgClassName
{
background-color: #763D64;
}
</style>
border-color css
<style>
span { border-color: #763D64; }
span { border-color: rgb(118,61,100); }
td.TdClassName
{
border-color: #763D64;
}
.TagClassName
{
border-color: #763D64;
}
</style>