Shades of Sirocco #61766D
Tints of Sirocco #61766D
RGB
CMYK
RGB Variations
Color information
#61766D (or 0x61766D) is known color: Sirocco. HEX triplet: 61, 76 and 6D. RGB value is (97,118,109). Sum of RGB (Red+Green+Blue) = 97+118+109=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #61766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766D is #9E8992. Grayscale: #6E6E6E. Windows color (decimal): -10389907 or 7173729. OLE color: 7173729.
HSL color Cylindrical-coordinate representation of color #61766D: hue angle of 154.29º 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 #61766D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 109 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.54 |
| HSL | 154.29º | 0.1% | 0.42% | - |
| HSV(B) | 154.29º | 0.18% | 0.46% | - |
| XYZ | 14.17 | 16.6 | 16.93 | - |
| YUV | 110.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 109 | 0.18 | 0 | 0.08 | 0.54 | 154.29 | 0.1 | 0.42 |
| Hex | 61 | 76 | 6D | 12 | 0 | 8 | 36 | 9A | A | 2A |
| Octal | 141 | 166 | 155 | 22 | 0 | 10 | 66 | 232 | 12 | 52 |
| Binary | 1100001 | 1110110 | 1101101 | 10010 | 0 | 1000 | 110110 | 10011010 | 1010 | 101010 |
Color Harmonies of #61766D
Complementary color
Monochromatic Colors of #61766D
Black with #61766D
Text Example
Text Example
White with #61766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61766D; }
p { color: rgb(97,118,109); }
H1.HeaderClassName
{
color: #61766D;
}
.AnyTagClassName
{
color: #61766D;
}
</style>
background-color css
<style>
a { background-color: #61766D; }
a { background-color: rgb(97,118,109); }
div.DivClassName
{
background-color: #61766D;
}
.BgClassName
{
background-color: #61766D;
}
</style>
border-color css
<style>
span { border-color: #61766D; }
span { border-color: rgb(97,118,109); }
td.TdClassName
{
border-color: #61766D;
}
.TagClassName
{
border-color: #61766D;
}
</style>