Shades of Sirocco #5C7666
Tints of Sirocco #5C7666
RGB
CMYK
RGB Variations
Color information
#5C7666 (or 0x5C7666) is known color: Sirocco. HEX triplet: 5C, 76 and 66. RGB value is (92,118,102). Sum of RGB (Red+Green+Blue) = 92+118+102=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7666 is #A38999. Grayscale: #6C6C6C. Windows color (decimal): -10717594 or 6714972. OLE color: 6714972.
HSL color Cylindrical-coordinate representation of color #5C7666: hue angle of 143.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C7666 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 102 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.54 |
| HSL | 143.08º | 0.12% | 0.41% | - |
| HSV(B) | 143.08º | 0.22% | 0.46% | - |
| XYZ | 13.29 | 16.19 | 15 | - |
| YUV | 108.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 102 | 0.22 | 0 | 0.14 | 0.54 | 143.08 | 0.12 | 0.41 |
| Hex | 5C | 76 | 66 | 16 | 0 | E | 36 | 8F | C | 29 |
| Octal | 134 | 166 | 146 | 26 | 0 | 16 | 66 | 217 | 14 | 51 |
| Binary | 1011100 | 1110110 | 1100110 | 10110 | 0 | 1110 | 110110 | 10001111 | 1100 | 101001 |
Color Harmonies of #5C7666
Complementary color
Monochromatic Colors of #5C7666
Black with #5C7666
Text Example
Text Example
White with #5C7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7666; }
p { color: rgb(92,118,102); }
H1.HeaderClassName
{
color: #5C7666;
}
.AnyTagClassName
{
color: #5C7666;
}
</style>
background-color css
<style>
a { background-color: #5C7666; }
a { background-color: rgb(92,118,102); }
div.DivClassName
{
background-color: #5C7666;
}
.BgClassName
{
background-color: #5C7666;
}
</style>
border-color css
<style>
span { border-color: #5C7666; }
span { border-color: rgb(92,118,102); }
td.TdClassName
{
border-color: #5C7666;
}
.TagClassName
{
border-color: #5C7666;
}
</style>