Shades of Cosmic #77536A
Tints of Cosmic #77536A
RGB
CMYK
RGB Variations
Color information
#77536A (or 0x77536A) is known color: Cosmic. HEX triplet: 77, 53 and 6A. RGB value is (119,83,106). Sum of RGB (Red+Green+Blue) = 119+83+106=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536A is #88AC95. Grayscale: #606060. Windows color (decimal): -8957078 or 6968183. OLE color: 6968183.
HSL color Cylindrical-coordinate representation of color #77536A: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77536A is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 106 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.53 |
| HSL | 321.67º | 0.18% | 0.4% | - |
| HSV(B) | 321.67º | 0.3% | 0.47% | - |
| XYZ | 13.3 | 11.15 | 15.09 | - |
| YUV | 96.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 106 | 0 | 0.30 | 0.11 | 0.53 | 321.67 | 0.18 | 0.4 |
| Hex | 77 | 53 | 6A | 0 | 1E | B | 35 | 142 | 12 | 28 |
| Octal | 167 | 123 | 152 | 0 | 36 | 13 | 65 | 502 | 22 | 50 |
| Binary | 1110111 | 1010011 | 1101010 | 0 | 11110 | 1011 | 110101 | 101000010 | 10010 | 101000 |
Color Harmonies of #77536A
Complementary color
Monochromatic Colors of #77536A
Black with #77536A
Text Example
Text Example
White with #77536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77536A; }
p { color: rgb(119,83,106); }
H1.HeaderClassName
{
color: #77536A;
}
.AnyTagClassName
{
color: #77536A;
}
</style>
background-color css
<style>
a { background-color: #77536A; }
a { background-color: rgb(119,83,106); }
div.DivClassName
{
background-color: #77536A;
}
.BgClassName
{
background-color: #77536A;
}
</style>
border-color css
<style>
span { border-color: #77536A; }
span { border-color: rgb(119,83,106); }
td.TdClassName
{
border-color: #77536A;
}
.TagClassName
{
border-color: #77536A;
}
</style>