Shades of Cosmic #775D6B
Tints of Cosmic #775D6B
RGB
CMYK
RGB Variations
Color information
#775D6B (or 0x775D6B) is known color: Cosmic. HEX triplet: 77, 5D and 6B. RGB value is (119,93,107). Sum of RGB (Red+Green+Blue) = 119+93+107=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #775D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D6B is #88A294. Grayscale: #666666. Windows color (decimal): -8954517 or 7036279. OLE color: 7036279.
HSL color Cylindrical-coordinate representation of color #775D6B: hue angle of 327.69º 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 #775D6B is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 107 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.53 |
| HSL | 327.69º | 0.12% | 0.42% | - |
| HSV(B) | 327.69º | 0.22% | 0.47% | - |
| XYZ | 14.18 | 12.81 | 15.64 | - |
| YUV | 102.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 107 | 0 | 0.22 | 0.10 | 0.53 | 327.69 | 0.12 | 0.42 |
| Hex | 77 | 5D | 6B | 0 | 16 | A | 35 | 148 | C | 2A |
| Octal | 167 | 135 | 153 | 0 | 26 | 12 | 65 | 510 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1101011 | 0 | 10110 | 1010 | 110101 | 101001000 | 1100 | 101010 |
Color Harmonies of #775D6B
Complementary color
Monochromatic Colors of #775D6B
Black with #775D6B
Text Example
Text Example
White with #775D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D6B; }
p { color: rgb(119,93,107); }
H1.HeaderClassName
{
color: #775D6B;
}
.AnyTagClassName
{
color: #775D6B;
}
</style>
background-color css
<style>
a { background-color: #775D6B; }
a { background-color: rgb(119,93,107); }
div.DivClassName
{
background-color: #775D6B;
}
.BgClassName
{
background-color: #775D6B;
}
</style>
border-color css
<style>
span { border-color: #775D6B; }
span { border-color: rgb(119,93,107); }
td.TdClassName
{
border-color: #775D6B;
}
.TagClassName
{
border-color: #775D6B;
}
</style>