Shades of Sirocco #5C7769
Tints of Sirocco #5C7769
RGB
CMYK
RGB Variations
Color information
#5C7769 (or 0x5C7769) is known color: Sirocco. HEX triplet: 5C, 77 and 69. RGB value is (92,119,105). Sum of RGB (Red+Green+Blue) = 92+119+105=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7769 is #A38896. Grayscale: #6D6D6D. Windows color (decimal): -10717335 or 6911836. OLE color: 6911836.
HSL color Cylindrical-coordinate representation of color #5C7769: hue angle of 148.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7769 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 105 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.53 |
| HSL | 148.89º | 0.13% | 0.41% | - |
| HSV(B) | 148.89º | 0.23% | 0.47% | - |
| XYZ | 13.56 | 16.49 | 15.83 | - |
| YUV | 109.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 105 | 0.23 | 0 | 0.12 | 0.53 | 148.89 | 0.13 | 0.41 |
| Hex | 5C | 77 | 69 | 17 | 0 | C | 35 | 95 | D | 29 |
| Octal | 134 | 167 | 151 | 27 | 0 | 14 | 65 | 225 | 15 | 51 |
| Binary | 1011100 | 1110111 | 1101001 | 10111 | 0 | 1100 | 110101 | 10010101 | 1101 | 101001 |
Color Harmonies of #5C7769
Complementary color
Monochromatic Colors of #5C7769
Black with #5C7769
Text Example
Text Example
White with #5C7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7769; }
p { color: rgb(92,119,105); }
H1.HeaderClassName
{
color: #5C7769;
}
.AnyTagClassName
{
color: #5C7769;
}
</style>
background-color css
<style>
a { background-color: #5C7769; }
a { background-color: rgb(92,119,105); }
div.DivClassName
{
background-color: #5C7769;
}
.BgClassName
{
background-color: #5C7769;
}
</style>
border-color css
<style>
span { border-color: #5C7769; }
span { border-color: rgb(92,119,105); }
td.TdClassName
{
border-color: #5C7769;
}
.TagClassName
{
border-color: #5C7769;
}
</style>