Shades of Cosmic #77436B
Tints of Cosmic #77436B
RGB
CMYK
RGB Variations
Color information
#77436B (or 0x77436B) is known color: Cosmic. HEX triplet: 77, 43 and 6B. RGB value is (119,67,107). Sum of RGB (Red+Green+Blue) = 119+67+107=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77436B is #88BC94. Grayscale: #565656. Windows color (decimal): -8961173 or 7029623. OLE color: 7029623.
HSL color Cylindrical-coordinate representation of color #77436B: hue angle of 313.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77436B is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 107 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.53 |
| HSL | 313.85º | 0.28% | 0.36% | - |
| HSV(B) | 313.85º | 0.44% | 0.47% | - |
| XYZ | 12.27 | 9 | 15 | - |
| YUV | 87.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 107 | 0 | 0.44 | 0.10 | 0.53 | 313.85 | 0.28 | 0.36 |
| Hex | 77 | 43 | 6B | 0 | 2C | A | 35 | 13A | 1C | 24 |
| Octal | 167 | 103 | 153 | 0 | 54 | 12 | 65 | 472 | 34 | 44 |
| Binary | 1110111 | 1000011 | 1101011 | 0 | 101100 | 1010 | 110101 | 100111010 | 11100 | 100100 |
Color Harmonies of #77436B
Complementary color
Monochromatic Colors of #77436B
Black with #77436B
Text Example
Text Example
White with #77436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77436B; }
p { color: rgb(119,67,107); }
H1.HeaderClassName
{
color: #77436B;
}
.AnyTagClassName
{
color: #77436B;
}
</style>
background-color css
<style>
a { background-color: #77436B; }
a { background-color: rgb(119,67,107); }
div.DivClassName
{
background-color: #77436B;
}
.BgClassName
{
background-color: #77436B;
}
</style>
border-color css
<style>
span { border-color: #77436B; }
span { border-color: rgb(119,67,107); }
td.TdClassName
{
border-color: #77436B;
}
.TagClassName
{
border-color: #77436B;
}
</style>