Shades of Sirocco #687B70
Tints of Sirocco #687B70
RGB
CMYK
RGB Variations
Color information
#687B70 (or 0x687B70) is known color: Sirocco. HEX triplet: 68, 7B and 70. RGB value is (104,123,112). Sum of RGB (Red+Green+Blue) = 104+123+112=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #687B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B70 is #97848F. Grayscale: #747474. Windows color (decimal): -9929872 or 7371624. OLE color: 7371624.
HSL color Cylindrical-coordinate representation of color #687B70: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687B70 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 112 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.52 |
| HSL | 145.26º | 0.08% | 0.45% | - |
| HSV(B) | 145.26º | 0.15% | 0.48% | - |
| XYZ | 15.72 | 18.28 | 18.03 | - |
| YUV | 116.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 112 | 0.15 | 0 | 0.09 | 0.52 | 145.26 | 0.08 | 0.45 |
| Hex | 68 | 7B | 70 | F | 0 | 9 | 34 | 91 | 8 | 2D |
| Octal | 150 | 173 | 160 | 17 | 0 | 11 | 64 | 221 | 10 | 55 |
| Binary | 1101000 | 1111011 | 1110000 | 1111 | 0 | 1001 | 110100 | 10010001 | 1000 | 101101 |
Color Harmonies of #687B70
Complementary color
Monochromatic Colors of #687B70
Black with #687B70
Text Example
Text Example
White with #687B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B70; }
p { color: rgb(104,123,112); }
H1.HeaderClassName
{
color: #687B70;
}
.AnyTagClassName
{
color: #687B70;
}
</style>
background-color css
<style>
a { background-color: #687B70; }
a { background-color: rgb(104,123,112); }
div.DivClassName
{
background-color: #687B70;
}
.BgClassName
{
background-color: #687B70;
}
</style>
border-color css
<style>
span { border-color: #687B70; }
span { border-color: rgb(104,123,112); }
td.TdClassName
{
border-color: #687B70;
}
.TagClassName
{
border-color: #687B70;
}
</style>