Shades of Cosmic #764E5E
Tints of Cosmic #764E5E
RGB
CMYK
RGB Variations
Color information
#764E5E (or 0x764E5E) is known color: Cosmic. HEX triplet: 76, 4E and 5E. RGB value is (118,78,94). Sum of RGB (Red+Green+Blue) = 118+78+94=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5E is #89B1A1. Grayscale: #5B5B5B. Windows color (decimal): -9023906 or 6180470. OLE color: 6180470.
HSL color Cylindrical-coordinate representation of color #764E5E: hue angle of 336º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E5E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 78 | 94 | - |
CMYK | 0 | 0.34 | 0.20 | 0.54 |
HSL | 336º | 0.2% | 0.38% | - |
HSV(B) | 336º | 0.34% | 0.46% | - |
XYZ | 12.22 | 10.11 | 11.9 | - |
YUV | 91.78 | 129.25 | 146.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 78 | 94 | 0 | 0.34 | 0.20 | 0.54 | 336 | 0.2 | 0.38 |
Hex | 76 | 4E | 5E | 0 | 22 | 14 | 36 | 150 | 14 | 26 |
Octal | 166 | 116 | 136 | 0 | 42 | 24 | 66 | 520 | 24 | 46 |
Binary | 1110110 | 1001110 | 1011110 | 0 | 100010 | 10100 | 110110 | 101010000 | 10100 | 100110 |
Color Harmonies of #764E5E
Complementary color
Monochromatic Colors of #764E5E
Black with #764E5E
Text Example
Text Example
White with #764E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E5E; }
p { color: rgb(118,78,94); }
H1.HeaderClassName
{
color: #764E5E;
}
.AnyTagClassName
{
color: #764E5E;
}
</style>
background-color css
<style>
a { background-color: #764E5E; }
a { background-color: rgb(118,78,94); }
div.DivClassName
{
background-color: #764E5E;
}
.BgClassName
{
background-color: #764E5E;
}
</style>
border-color css
<style>
span { border-color: #764E5E; }
span { border-color: rgb(118,78,94); }
td.TdClassName
{
border-color: #764E5E;
}
.TagClassName
{
border-color: #764E5E;
}
</style>