Shades of Sirocco #61766C
Tints of Sirocco #61766C
RGB
CMYK
RGB Variations
Color information
#61766C (or 0x61766C) is known color: Sirocco. HEX triplet: 61, 76 and 6C. RGB value is (97,118,108). Sum of RGB (Red+Green+Blue) = 97+118+108=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #61766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766C is #9E8993. Grayscale: #6E6E6E. Windows color (decimal): -10389908 or 7108193. OLE color: 7108193.
HSL color Cylindrical-coordinate representation of color #61766C: hue angle of 151.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61766C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 108 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.54 |
| HSL | 151.43º | 0.1% | 0.42% | - |
| HSV(B) | 151.43º | 0.18% | 0.46% | - |
| XYZ | 14.11 | 16.58 | 16.64 | - |
| YUV | 110.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 108 | 0.18 | 0 | 0.08 | 0.54 | 151.43 | 0.1 | 0.42 |
| Hex | 61 | 76 | 6C | 12 | 0 | 8 | 36 | 97 | A | 2A |
| Octal | 141 | 166 | 154 | 22 | 0 | 10 | 66 | 227 | 12 | 52 |
| Binary | 1100001 | 1110110 | 1101100 | 10010 | 0 | 1000 | 110110 | 10010111 | 1010 | 101010 |
Color Harmonies of #61766C
Complementary color
Monochromatic Colors of #61766C
Black with #61766C
Text Example
Text Example
White with #61766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61766C; }
p { color: rgb(97,118,108); }
H1.HeaderClassName
{
color: #61766C;
}
.AnyTagClassName
{
color: #61766C;
}
</style>
background-color css
<style>
a { background-color: #61766C; }
a { background-color: rgb(97,118,108); }
div.DivClassName
{
background-color: #61766C;
}
.BgClassName
{
background-color: #61766C;
}
</style>
border-color css
<style>
span { border-color: #61766C; }
span { border-color: rgb(97,118,108); }
td.TdClassName
{
border-color: #61766C;
}
.TagClassName
{
border-color: #61766C;
}
</style>