Shades of Sirocco #61786A
Tints of Sirocco #61786A
RGB
CMYK
RGB Variations
Color information
#61786A (or 0x61786A) is known color: Sirocco. HEX triplet: 61, 78 and 6A. RGB value is (97,120,106). Sum of RGB (Red+Green+Blue) = 97+120+106=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #61786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61786A is #9E8795. Grayscale: #6F6F6F. Windows color (decimal): -10389398 or 6977633. OLE color: 6977633.
HSL color Cylindrical-coordinate representation of color #61786A: hue angle of 143.48º 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 #61786A is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 106 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.53 |
| HSL | 143.48º | 0.11% | 0.43% | - |
| HSV(B) | 143.48º | 0.19% | 0.47% | - |
| XYZ | 14.25 | 17.01 | 16.17 | - |
| YUV | 111.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 106 | 0.19 | 0 | 0.12 | 0.53 | 143.48 | 0.11 | 0.43 |
| Hex | 61 | 78 | 6A | 13 | 0 | C | 35 | 8F | B | 2B |
| Octal | 141 | 170 | 152 | 23 | 0 | 14 | 65 | 217 | 13 | 53 |
| Binary | 1100001 | 1111000 | 1101010 | 10011 | 0 | 1100 | 110101 | 10001111 | 1011 | 101011 |
Color Harmonies of #61786A
Complementary color
Monochromatic Colors of #61786A
Black with #61786A
Text Example
Text Example
White with #61786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61786A; }
p { color: rgb(97,120,106); }
H1.HeaderClassName
{
color: #61786A;
}
.AnyTagClassName
{
color: #61786A;
}
</style>
background-color css
<style>
a { background-color: #61786A; }
a { background-color: rgb(97,120,106); }
div.DivClassName
{
background-color: #61786A;
}
.BgClassName
{
background-color: #61786A;
}
</style>
border-color css
<style>
span { border-color: #61786A; }
span { border-color: rgb(97,120,106); }
td.TdClassName
{
border-color: #61786A;
}
.TagClassName
{
border-color: #61786A;
}
</style>