Shades of Sirocco #5A7768
Tints of Sirocco #5A7768
RGB
CMYK
RGB Variations
Color information
#5A7768 (or 0x5A7768) is known color: Sirocco. HEX triplet: 5A, 77 and 68. RGB value is (90,119,104). Sum of RGB (Red+Green+Blue) = 90+119+104=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7768 is #A58897. Grayscale: #6C6C6C. Windows color (decimal): -10848408 or 6846298. OLE color: 6846298.
HSL color Cylindrical-coordinate representation of color #5A7768: hue angle of 148.97º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7768 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 104 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.53 |
| HSL | 148.97º | 0.14% | 0.41% | - |
| HSV(B) | 148.97º | 0.24% | 0.47% | - |
| XYZ | 13.31 | 16.37 | 15.55 | - |
| YUV | 108.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 104 | 0.24 | 0 | 0.13 | 0.53 | 148.97 | 0.14 | 0.41 |
| Hex | 5A | 77 | 68 | 18 | 0 | D | 35 | 95 | E | 29 |
| Octal | 132 | 167 | 150 | 30 | 0 | 15 | 65 | 225 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1101000 | 11000 | 0 | 1101 | 110101 | 10010101 | 1110 | 101001 |
Color Harmonies of #5A7768
Complementary color
Monochromatic Colors of #5A7768
Black with #5A7768
Text Example
Text Example
White with #5A7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7768; }
p { color: rgb(90,119,104); }
H1.HeaderClassName
{
color: #5A7768;
}
.AnyTagClassName
{
color: #5A7768;
}
</style>
background-color css
<style>
a { background-color: #5A7768; }
a { background-color: rgb(90,119,104); }
div.DivClassName
{
background-color: #5A7768;
}
.BgClassName
{
background-color: #5A7768;
}
</style>
border-color css
<style>
span { border-color: #5A7768; }
span { border-color: rgb(90,119,104); }
td.TdClassName
{
border-color: #5A7768;
}
.TagClassName
{
border-color: #5A7768;
}
</style>