Shades of Sirocco #61776D
Tints of Sirocco #61776D
RGB
CMYK
RGB Variations
Color information
#61776D (or 0x61776D) is known color: Sirocco. HEX triplet: 61, 77 and 6D. RGB value is (97,119,109). Sum of RGB (Red+Green+Blue) = 97+119+109=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #61776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61776D is #9E8892. Grayscale: #6F6F6F. Windows color (decimal): -10389651 or 7173985. OLE color: 7173985.
HSL color Cylindrical-coordinate representation of color #61776D: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61776D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 109 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.53 |
| HSL | 152.73º | 0.1% | 0.42% | - |
| HSV(B) | 152.73º | 0.18% | 0.47% | - |
| XYZ | 14.29 | 16.84 | 16.97 | - |
| YUV | 111.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 109 | 0.18 | 0 | 0.08 | 0.53 | 152.73 | 0.1 | 0.42 |
| Hex | 61 | 77 | 6D | 12 | 0 | 8 | 35 | 99 | A | 2A |
| Octal | 141 | 167 | 155 | 22 | 0 | 10 | 65 | 231 | 12 | 52 |
| Binary | 1100001 | 1110111 | 1101101 | 10010 | 0 | 1000 | 110101 | 10011001 | 1010 | 101010 |
Color Harmonies of #61776D
Complementary color
Monochromatic Colors of #61776D
Black with #61776D
Text Example
Text Example
White with #61776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61776D; }
p { color: rgb(97,119,109); }
H1.HeaderClassName
{
color: #61776D;
}
.AnyTagClassName
{
color: #61776D;
}
</style>
background-color css
<style>
a { background-color: #61776D; }
a { background-color: rgb(97,119,109); }
div.DivClassName
{
background-color: #61776D;
}
.BgClassName
{
background-color: #61776D;
}
</style>
border-color css
<style>
span { border-color: #61776D; }
span { border-color: rgb(97,119,109); }
td.TdClassName
{
border-color: #61776D;
}
.TagClassName
{
border-color: #61776D;
}
</style>