Shades of Cosmic #764D5C
Tints of Cosmic #764D5C
RGB
CMYK
RGB Variations
Color information
#764D5C (or 0x764D5C) is known color: Cosmic. HEX triplet: 76, 4D and 5C. RGB value is (118,77,92). Sum of RGB (Red+Green+Blue) = 118+77+92=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D5C is #89B2A3. Grayscale: #5A5A5A. Windows color (decimal): -9024164 or 6049142. OLE color: 6049142.
HSL color Cylindrical-coordinate representation of color #764D5C: hue angle of 338.05º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D5C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 92 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.54 |
| HSL | 338.05º | 0.21% | 0.38% | - |
| HSV(B) | 338.05º | 0.35% | 0.46% | - |
| XYZ | 12.06 | 9.93 | 11.41 | - |
| YUV | 90.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 92 | 0 | 0.35 | 0.22 | 0.54 | 338.05 | 0.21 | 0.38 |
| Hex | 76 | 4D | 5C | 0 | 23 | 16 | 36 | 152 | 15 | 26 |
| Octal | 166 | 115 | 134 | 0 | 43 | 26 | 66 | 522 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1011100 | 0 | 100011 | 10110 | 110110 | 101010010 | 10101 | 100110 |
Color Harmonies of #764D5C
Complementary color
Monochromatic Colors of #764D5C
Black with #764D5C
Text Example
Text Example
White with #764D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D5C; }
p { color: rgb(118,77,92); }
H1.HeaderClassName
{
color: #764D5C;
}
.AnyTagClassName
{
color: #764D5C;
}
</style>
background-color css
<style>
a { background-color: #764D5C; }
a { background-color: rgb(118,77,92); }
div.DivClassName
{
background-color: #764D5C;
}
.BgClassName
{
background-color: #764D5C;
}
</style>
border-color css
<style>
span { border-color: #764D5C; }
span { border-color: rgb(118,77,92); }
td.TdClassName
{
border-color: #764D5C;
}
.TagClassName
{
border-color: #764D5C;
}
</style>