Shades of Cosmic #775A64
Tints of Cosmic #775A64
RGB
CMYK
RGB Variations
Color information
#775A64 (or 0x775A64) is known color: Cosmic. HEX triplet: 77, 5A and 64. RGB value is (119,90,100). Sum of RGB (Red+Green+Blue) = 119+90+100=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A64 is #88A59B. Grayscale: #636363. Windows color (decimal): -8955292 or 6576759. OLE color: 6576759.
HSL color Cylindrical-coordinate representation of color #775A64: hue angle of 339.31º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775A64 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 100 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.53 |
| HSL | 339.31º | 0.14% | 0.41% | - |
| HSV(B) | 339.31º | 0.24% | 0.47% | - |
| XYZ | 13.56 | 12.15 | 13.69 | - |
| YUV | 99.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 100 | 0 | 0.24 | 0.16 | 0.53 | 339.31 | 0.14 | 0.41 |
| Hex | 77 | 5A | 64 | 0 | 18 | 10 | 35 | 153 | E | 29 |
| Octal | 167 | 132 | 144 | 0 | 30 | 20 | 65 | 523 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1100100 | 0 | 11000 | 10000 | 110101 | 101010011 | 1110 | 101001 |
Color Harmonies of #775A64
Complementary color
Monochromatic Colors of #775A64
Black with #775A64
Text Example
Text Example
White with #775A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A64; }
p { color: rgb(119,90,100); }
H1.HeaderClassName
{
color: #775A64;
}
.AnyTagClassName
{
color: #775A64;
}
</style>
background-color css
<style>
a { background-color: #775A64; }
a { background-color: rgb(119,90,100); }
div.DivClassName
{
background-color: #775A64;
}
.BgClassName
{
background-color: #775A64;
}
</style>
border-color css
<style>
span { border-color: #775A64; }
span { border-color: rgb(119,90,100); }
td.TdClassName
{
border-color: #775A64;
}
.TagClassName
{
border-color: #775A64;
}
</style>