Shades of Sirocco #617A6E
Tints of Sirocco #617A6E
RGB
CMYK
RGB Variations
Color information
#617A6E (or 0x617A6E) is known color: Sirocco. HEX triplet: 61, 7A and 6E. RGB value is (97,122,110). Sum of RGB (Red+Green+Blue) = 97+122+110=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #617A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A6E is #9E8591. Grayscale: #717171. Windows color (decimal): -10388882 or 7240289. OLE color: 7240289.
HSL color Cylindrical-coordinate representation of color #617A6E: hue angle of 151.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #617A6E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 110 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.52 |
| HSL | 151.2º | 0.11% | 0.43% | - |
| HSV(B) | 151.2º | 0.2% | 0.48% | - |
| XYZ | 14.7 | 17.59 | 17.37 | - |
| YUV | 113.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 110 | 0.20 | 0 | 0.10 | 0.52 | 151.2 | 0.11 | 0.43 |
| Hex | 61 | 7A | 6E | 14 | 0 | A | 34 | 97 | B | 2B |
| Octal | 141 | 172 | 156 | 24 | 0 | 12 | 64 | 227 | 13 | 53 |
| Binary | 1100001 | 1111010 | 1101110 | 10100 | 0 | 1010 | 110100 | 10010111 | 1011 | 101011 |
Color Harmonies of #617A6E
Complementary color
Monochromatic Colors of #617A6E
Black with #617A6E
Text Example
Text Example
White with #617A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A6E; }
p { color: rgb(97,122,110); }
H1.HeaderClassName
{
color: #617A6E;
}
.AnyTagClassName
{
color: #617A6E;
}
</style>
background-color css
<style>
a { background-color: #617A6E; }
a { background-color: rgb(97,122,110); }
div.DivClassName
{
background-color: #617A6E;
}
.BgClassName
{
background-color: #617A6E;
}
</style>
border-color css
<style>
span { border-color: #617A6E; }
span { border-color: rgb(97,122,110); }
td.TdClassName
{
border-color: #617A6E;
}
.TagClassName
{
border-color: #617A6E;
}
</style>