Shades of Cosmic #774B5B
Tints of Cosmic #774B5B
RGB
CMYK
RGB Variations
Color information
#774B5B (or 0x774B5B) is known color: Cosmic. HEX triplet: 77, 4B and 5B. RGB value is (119,75,91). Sum of RGB (Red+Green+Blue) = 119+75+91=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #774B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B5B is #88B4A4. Grayscale: #595959. Windows color (decimal): -8959141 or 5983095. OLE color: 5983095.
HSL color Cylindrical-coordinate representation of color #774B5B: hue angle of 338.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774B5B is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 91 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.53 |
| HSL | 338.18º | 0.23% | 0.38% | - |
| HSV(B) | 338.18º | 0.37% | 0.47% | - |
| XYZ | 12.01 | 9.71 | 11.14 | - |
| YUV | 89.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 91 | 0 | 0.37 | 0.24 | 0.53 | 338.18 | 0.23 | 0.38 |
| Hex | 77 | 4B | 5B | 0 | 25 | 18 | 35 | 152 | 17 | 26 |
| Octal | 167 | 113 | 133 | 0 | 45 | 30 | 65 | 522 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1011011 | 0 | 100101 | 11000 | 110101 | 101010010 | 10111 | 100110 |
Color Harmonies of #774B5B
Complementary color
Monochromatic Colors of #774B5B
Black with #774B5B
Text Example
Text Example
White with #774B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B5B; }
p { color: rgb(119,75,91); }
H1.HeaderClassName
{
color: #774B5B;
}
.AnyTagClassName
{
color: #774B5B;
}
</style>
background-color css
<style>
a { background-color: #774B5B; }
a { background-color: rgb(119,75,91); }
div.DivClassName
{
background-color: #774B5B;
}
.BgClassName
{
background-color: #774B5B;
}
</style>
border-color css
<style>
span { border-color: #774B5B; }
span { border-color: rgb(119,75,91); }
td.TdClassName
{
border-color: #774B5B;
}
.TagClassName
{
border-color: #774B5B;
}
</style>