Shades of Cosmic #775A69
Tints of Cosmic #775A69
RGB
CMYK
RGB Variations
Color information
#775A69 (or 0x775A69) is known color: Cosmic. HEX triplet: 77, 5A and 69. RGB value is (119,90,105). Sum of RGB (Red+Green+Blue) = 119+90+105=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A69 is #88A596. Grayscale: #646464. Windows color (decimal): -8955287 or 6904439. OLE color: 6904439.
HSL color Cylindrical-coordinate representation of color #775A69: hue angle of 328.97º 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 #775A69 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 105 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.53 |
| HSL | 328.97º | 0.14% | 0.41% | - |
| HSV(B) | 328.97º | 0.24% | 0.47% | - |
| XYZ | 13.81 | 12.25 | 15 | - |
| YUV | 100.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 105 | 0 | 0.24 | 0.12 | 0.53 | 328.97 | 0.14 | 0.41 |
| Hex | 77 | 5A | 69 | 0 | 18 | C | 35 | 149 | E | 29 |
| Octal | 167 | 132 | 151 | 0 | 30 | 14 | 65 | 511 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1101001 | 0 | 11000 | 1100 | 110101 | 101001001 | 1110 | 101001 |
Color Harmonies of #775A69
Complementary color
Monochromatic Colors of #775A69
Black with #775A69
Text Example
Text Example
White with #775A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A69; }
p { color: rgb(119,90,105); }
H1.HeaderClassName
{
color: #775A69;
}
.AnyTagClassName
{
color: #775A69;
}
</style>
background-color css
<style>
a { background-color: #775A69; }
a { background-color: rgb(119,90,105); }
div.DivClassName
{
background-color: #775A69;
}
.BgClassName
{
background-color: #775A69;
}
</style>
border-color css
<style>
span { border-color: #775A69; }
span { border-color: rgb(119,90,105); }
td.TdClassName
{
border-color: #775A69;
}
.TagClassName
{
border-color: #775A69;
}
</style>