Shades of Sirocco #657A6D
Tints of Sirocco #657A6D
RGB
CMYK
RGB Variations
Color information
#657A6D (or 0x657A6D) is known color: Sirocco. HEX triplet: 65, 7A and 6D. RGB value is (101,122,109). Sum of RGB (Red+Green+Blue) = 101+122+109=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #657A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A6D is #9A8592. Grayscale: #727272. Windows color (decimal): -10126739 or 7174757. OLE color: 7174757.
HSL color Cylindrical-coordinate representation of color #657A6D: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #657A6D is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 109 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.52 |
| HSL | 142.86º | 0.09% | 0.44% | - |
| HSV(B) | 142.86º | 0.17% | 0.48% | - |
| XYZ | 15.09 | 17.79 | 17.11 | - |
| YUV | 114.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 109 | 0.17 | 0 | 0.11 | 0.52 | 142.86 | 0.09 | 0.44 |
| Hex | 65 | 7A | 6D | 11 | 0 | B | 34 | 8F | 9 | 2C |
| Octal | 145 | 172 | 155 | 21 | 0 | 13 | 64 | 217 | 11 | 54 |
| Binary | 1100101 | 1111010 | 1101101 | 10001 | 0 | 1011 | 110100 | 10001111 | 1001 | 101100 |
Color Harmonies of #657A6D
Complementary color
Monochromatic Colors of #657A6D
Black with #657A6D
Text Example
Text Example
White with #657A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A6D; }
p { color: rgb(101,122,109); }
H1.HeaderClassName
{
color: #657A6D;
}
.AnyTagClassName
{
color: #657A6D;
}
</style>
background-color css
<style>
a { background-color: #657A6D; }
a { background-color: rgb(101,122,109); }
div.DivClassName
{
background-color: #657A6D;
}
.BgClassName
{
background-color: #657A6D;
}
</style>
border-color css
<style>
span { border-color: #657A6D; }
span { border-color: rgb(101,122,109); }
td.TdClassName
{
border-color: #657A6D;
}
.TagClassName
{
border-color: #657A6D;
}
</style>