Shades of Sirocco #687F71
Tints of Sirocco #687F71
RGB
CMYK
RGB Variations
Color information
#687F71 (or 0x687F71) is known color: Sirocco. HEX triplet: 68, 7F and 71. RGB value is (104,127,113). Sum of RGB (Red+Green+Blue) = 104+127+113=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #687F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F71 is #97808E. Grayscale: #767676. Windows color (decimal): -9928847 or 7438184. OLE color: 7438184.
HSL color Cylindrical-coordinate representation of color #687F71: hue angle of 143.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #687F71 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 113 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.50 |
| HSL | 143.48º | 0.1% | 0.45% | - |
| HSV(B) | 143.48º | 0.18% | 0.5% | - |
| XYZ | 16.28 | 19.31 | 18.49 | - |
| YUV | 118.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 113 | 0.18 | 0 | 0.11 | 0.50 | 143.48 | 0.1 | 0.45 |
| Hex | 68 | 7F | 71 | 12 | 0 | B | 32 | 8F | A | 2D |
| Octal | 150 | 177 | 161 | 22 | 0 | 13 | 62 | 217 | 12 | 55 |
| Binary | 1101000 | 1111111 | 1110001 | 10010 | 0 | 1011 | 110010 | 10001111 | 1010 | 101101 |
Color Harmonies of #687F71
Complementary color
Monochromatic Colors of #687F71
Black with #687F71
Text Example
Text Example
White with #687F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F71; }
p { color: rgb(104,127,113); }
H1.HeaderClassName
{
color: #687F71;
}
.AnyTagClassName
{
color: #687F71;
}
</style>
background-color css
<style>
a { background-color: #687F71; }
a { background-color: rgb(104,127,113); }
div.DivClassName
{
background-color: #687F71;
}
.BgClassName
{
background-color: #687F71;
}
</style>
border-color css
<style>
span { border-color: #687F71; }
span { border-color: rgb(104,127,113); }
td.TdClassName
{
border-color: #687F71;
}
.TagClassName
{
border-color: #687F71;
}
</style>