Shades of Cosmic #775A67
Tints of Cosmic #775A67
RGB
CMYK
RGB Variations
Color information
#775A67 (or 0x775A67) is known color: Cosmic. HEX triplet: 77, 5A and 67. RGB value is (119,90,103). Sum of RGB (Red+Green+Blue) = 119+90+103=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #775A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A67 is #88A598. Grayscale: #646464. Windows color (decimal): -8955289 or 6773367. OLE color: 6773367.
HSL color Cylindrical-coordinate representation of color #775A67: hue angle of 333.1º 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 #775A67 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 103 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.53 |
| HSL | 333.1º | 0.14% | 0.41% | - |
| HSV(B) | 333.1º | 0.24% | 0.47% | - |
| XYZ | 13.71 | 12.21 | 14.47 | - |
| YUV | 100.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 103 | 0 | 0.24 | 0.13 | 0.53 | 333.1 | 0.14 | 0.41 |
| Hex | 77 | 5A | 67 | 0 | 18 | D | 35 | 14D | E | 29 |
| Octal | 167 | 132 | 147 | 0 | 30 | 15 | 65 | 515 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1100111 | 0 | 11000 | 1101 | 110101 | 101001101 | 1110 | 101001 |
Color Harmonies of #775A67
Complementary color
Monochromatic Colors of #775A67
Black with #775A67
Text Example
Text Example
White with #775A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A67; }
p { color: rgb(119,90,103); }
H1.HeaderClassName
{
color: #775A67;
}
.AnyTagClassName
{
color: #775A67;
}
</style>
background-color css
<style>
a { background-color: #775A67; }
a { background-color: rgb(119,90,103); }
div.DivClassName
{
background-color: #775A67;
}
.BgClassName
{
background-color: #775A67;
}
</style>
border-color css
<style>
span { border-color: #775A67; }
span { border-color: rgb(119,90,103); }
td.TdClassName
{
border-color: #775A67;
}
.TagClassName
{
border-color: #775A67;
}
</style>