Shades of Cosmic #775D6A
Tints of Cosmic #775D6A
RGB
CMYK
RGB Variations
Color information
#775D6A (or 0x775D6A) is known color: Cosmic. HEX triplet: 77, 5D and 6A. RGB value is (119,93,106). Sum of RGB (Red+Green+Blue) = 119+93+106=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D6A is #88A295. Grayscale: #666666. Windows color (decimal): -8954518 or 6970743. OLE color: 6970743.
HSL color Cylindrical-coordinate representation of color #775D6A: hue angle of 330º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #775D6A is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 106 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.53 |
| HSL | 330º | 0.12% | 0.42% | - |
| HSV(B) | 330º | 0.22% | 0.47% | - |
| XYZ | 14.12 | 12.79 | 15.36 | - |
| YUV | 102.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 106 | 0 | 0.22 | 0.11 | 0.53 | 330 | 0.12 | 0.42 |
| Hex | 77 | 5D | 6A | 0 | 16 | B | 35 | 14A | C | 2A |
| Octal | 167 | 135 | 152 | 0 | 26 | 13 | 65 | 512 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1101010 | 0 | 10110 | 1011 | 110101 | 101001010 | 1100 | 101010 |
Color Harmonies of #775D6A
Complementary color
Monochromatic Colors of #775D6A
Black with #775D6A
Text Example
Text Example
White with #775D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D6A; }
p { color: rgb(119,93,106); }
H1.HeaderClassName
{
color: #775D6A;
}
.AnyTagClassName
{
color: #775D6A;
}
</style>
background-color css
<style>
a { background-color: #775D6A; }
a { background-color: rgb(119,93,106); }
div.DivClassName
{
background-color: #775D6A;
}
.BgClassName
{
background-color: #775D6A;
}
</style>
border-color css
<style>
span { border-color: #775D6A; }
span { border-color: rgb(119,93,106); }
td.TdClassName
{
border-color: #775D6A;
}
.TagClassName
{
border-color: #775D6A;
}
</style>