Shades of Sirocco #657E71
Tints of Sirocco #657E71
RGB
CMYK
RGB Variations
Color information
#657E71 (or 0x657E71) is known color: Sirocco. HEX triplet: 65, 7E and 71. RGB value is (101,126,113). Sum of RGB (Red+Green+Blue) = 101+126+113=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #657E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E71 is #9A818E. Grayscale: #757575. Windows color (decimal): -10125711 or 7437925. OLE color: 7437925.
HSL color Cylindrical-coordinate representation of color #657E71: hue angle of 148.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657E71 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 113 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.51 |
| HSL | 148.8º | 0.11% | 0.45% | - |
| HSV(B) | 148.8º | 0.2% | 0.49% | - |
| XYZ | 15.81 | 18.88 | 18.43 | - |
| YUV | 117.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 113 | 0.20 | 0 | 0.10 | 0.51 | 148.8 | 0.11 | 0.45 |
| Hex | 65 | 7E | 71 | 14 | 0 | A | 33 | 95 | B | 2D |
| Octal | 145 | 176 | 161 | 24 | 0 | 12 | 63 | 225 | 13 | 55 |
| Binary | 1100101 | 1111110 | 1110001 | 10100 | 0 | 1010 | 110011 | 10010101 | 1011 | 101101 |
Color Harmonies of #657E71
Complementary color
Monochromatic Colors of #657E71
Black with #657E71
Text Example
Text Example
White with #657E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E71; }
p { color: rgb(101,126,113); }
H1.HeaderClassName
{
color: #657E71;
}
.AnyTagClassName
{
color: #657E71;
}
</style>
background-color css
<style>
a { background-color: #657E71; }
a { background-color: rgb(101,126,113); }
div.DivClassName
{
background-color: #657E71;
}
.BgClassName
{
background-color: #657E71;
}
</style>
border-color css
<style>
span { border-color: #657E71; }
span { border-color: rgb(101,126,113); }
td.TdClassName
{
border-color: #657E71;
}
.TagClassName
{
border-color: #657E71;
}
</style>