Shades of Sirocco #61786B
Tints of Sirocco #61786B
RGB
CMYK
RGB Variations
Color information
#61786B (or 0x61786B) is known color: Sirocco. HEX triplet: 61, 78 and 6B. RGB value is (97,120,107). Sum of RGB (Red+Green+Blue) = 97+120+107=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #61786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61786B is #9E8794. Grayscale: #6F6F6F. Windows color (decimal): -10389397 or 7043169. OLE color: 7043169.
HSL color Cylindrical-coordinate representation of color #61786B: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61786B is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 107 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.53 |
| HSL | 146.09º | 0.11% | 0.43% | - |
| HSV(B) | 146.09º | 0.19% | 0.47% | - |
| XYZ | 14.3 | 17.04 | 16.44 | - |
| YUV | 111.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 107 | 0.19 | 0 | 0.11 | 0.53 | 146.09 | 0.11 | 0.43 |
| Hex | 61 | 78 | 6B | 13 | 0 | B | 35 | 92 | B | 2B |
| Octal | 141 | 170 | 153 | 23 | 0 | 13 | 65 | 222 | 13 | 53 |
| Binary | 1100001 | 1111000 | 1101011 | 10011 | 0 | 1011 | 110101 | 10010010 | 1011 | 101011 |
Color Harmonies of #61786B
Complementary color
Monochromatic Colors of #61786B
Black with #61786B
Text Example
Text Example
White with #61786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61786B; }
p { color: rgb(97,120,107); }
H1.HeaderClassName
{
color: #61786B;
}
.AnyTagClassName
{
color: #61786B;
}
</style>
background-color css
<style>
a { background-color: #61786B; }
a { background-color: rgb(97,120,107); }
div.DivClassName
{
background-color: #61786B;
}
.BgClassName
{
background-color: #61786B;
}
</style>
border-color css
<style>
span { border-color: #61786B; }
span { border-color: rgb(97,120,107); }
td.TdClassName
{
border-color: #61786B;
}
.TagClassName
{
border-color: #61786B;
}
</style>