Shades of Cosmic #764A5C
Tints of Cosmic #764A5C
RGB
CMYK
RGB Variations
Color information
#764A5C (or 0x764A5C) is known color: Cosmic. HEX triplet: 76, 4A and 5C. RGB value is (118,74,92). Sum of RGB (Red+Green+Blue) = 118+74+92=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A5C is #89B5A3. Grayscale: #595959. Windows color (decimal): -9024932 or 6048374. OLE color: 6048374.
HSL color Cylindrical-coordinate representation of color #764A5C: hue angle of 335.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A5C is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 92 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.54 |
| HSL | 335.45º | 0.23% | 0.38% | - |
| HSV(B) | 335.45º | 0.37% | 0.46% | - |
| XYZ | 11.85 | 9.52 | 11.34 | - |
| YUV | 89.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 92 | 0 | 0.37 | 0.22 | 0.54 | 335.45 | 0.23 | 0.38 |
| Hex | 76 | 4A | 5C | 0 | 25 | 16 | 36 | 14F | 17 | 26 |
| Octal | 166 | 112 | 134 | 0 | 45 | 26 | 66 | 517 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1011100 | 0 | 100101 | 10110 | 110110 | 101001111 | 10111 | 100110 |
Color Harmonies of #764A5C
Complementary color
Monochromatic Colors of #764A5C
Black with #764A5C
Text Example
Text Example
White with #764A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A5C; }
p { color: rgb(118,74,92); }
H1.HeaderClassName
{
color: #764A5C;
}
.AnyTagClassName
{
color: #764A5C;
}
</style>
background-color css
<style>
a { background-color: #764A5C; }
a { background-color: rgb(118,74,92); }
div.DivClassName
{
background-color: #764A5C;
}
.BgClassName
{
background-color: #764A5C;
}
</style>
border-color css
<style>
span { border-color: #764A5C; }
span { border-color: rgb(118,74,92); }
td.TdClassName
{
border-color: #764A5C;
}
.TagClassName
{
border-color: #764A5C;
}
</style>