Shades of Cosmic #775C6B
Tints of Cosmic #775C6B
RGB
CMYK
RGB Variations
Color information
#775C6B (or 0x775C6B) is known color: Cosmic. HEX triplet: 77, 5C and 6B. RGB value is (119,92,107). Sum of RGB (Red+Green+Blue) = 119+92+107=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C6B is #88A394. Grayscale: #656565. Windows color (decimal): -8954773 or 7036023. OLE color: 7036023.
HSL color Cylindrical-coordinate representation of color #775C6B: hue angle of 326.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C6B is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 107 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.53 |
| HSL | 326.67º | 0.13% | 0.41% | - |
| HSV(B) | 326.67º | 0.23% | 0.47% | - |
| XYZ | 14.09 | 12.64 | 15.61 | - |
| YUV | 101.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 107 | 0 | 0.23 | 0.10 | 0.53 | 326.67 | 0.13 | 0.41 |
| Hex | 77 | 5C | 6B | 0 | 17 | A | 35 | 147 | D | 29 |
| Octal | 167 | 134 | 153 | 0 | 27 | 12 | 65 | 507 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1101011 | 0 | 10111 | 1010 | 110101 | 101000111 | 1101 | 101001 |
Color Harmonies of #775C6B
Complementary color
Monochromatic Colors of #775C6B
Black with #775C6B
Text Example
Text Example
White with #775C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C6B; }
p { color: rgb(119,92,107); }
H1.HeaderClassName
{
color: #775C6B;
}
.AnyTagClassName
{
color: #775C6B;
}
</style>
background-color css
<style>
a { background-color: #775C6B; }
a { background-color: rgb(119,92,107); }
div.DivClassName
{
background-color: #775C6B;
}
.BgClassName
{
background-color: #775C6B;
}
</style>
border-color css
<style>
span { border-color: #775C6B; }
span { border-color: rgb(119,92,107); }
td.TdClassName
{
border-color: #775C6B;
}
.TagClassName
{
border-color: #775C6B;
}
</style>