Shades of Cosmic #764A55
Tints of Cosmic #764A55
RGB
CMYK
RGB Variations
Color information
#764A55 (or 0x764A55) is known color: Cosmic. HEX triplet: 76, 4A and 55. RGB value is (118,74,85). Sum of RGB (Red+Green+Blue) = 118+74+85=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A55 is #89B5AA. Grayscale: #585858. Windows color (decimal): -9024939 or 5589622. OLE color: 5589622.
HSL color Cylindrical-coordinate representation of color #764A55: hue angle of 345º 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 #764A55 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 85 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.54 |
| HSL | 345º | 0.23% | 0.38% | - |
| HSV(B) | 345º | 0.37% | 0.46% | - |
| XYZ | 11.56 | 9.4 | 9.8 | - |
| YUV | 88.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 85 | 0 | 0.37 | 0.28 | 0.54 | 345 | 0.23 | 0.38 |
| Hex | 76 | 4A | 55 | 0 | 25 | 1C | 36 | 159 | 17 | 26 |
| Octal | 166 | 112 | 125 | 0 | 45 | 34 | 66 | 531 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1010101 | 0 | 100101 | 11100 | 110110 | 101011001 | 10111 | 100110 |
Color Harmonies of #764A55
Complementary color
Monochromatic Colors of #764A55
Black with #764A55
Text Example
Text Example
White with #764A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A55; }
p { color: rgb(118,74,85); }
H1.HeaderClassName
{
color: #764A55;
}
.AnyTagClassName
{
color: #764A55;
}
</style>
background-color css
<style>
a { background-color: #764A55; }
a { background-color: rgb(118,74,85); }
div.DivClassName
{
background-color: #764A55;
}
.BgClassName
{
background-color: #764A55;
}
</style>
border-color css
<style>
span { border-color: #764A55; }
span { border-color: rgb(118,74,85); }
td.TdClassName
{
border-color: #764A55;
}
.TagClassName
{
border-color: #764A55;
}
</style>