Shades of Sirocco #687C6D
Tints of Sirocco #687C6D
RGB
CMYK
RGB Variations
Color information
#687C6D (or 0x687C6D) is known color: Sirocco. HEX triplet: 68, 7C and 6D. RGB value is (104,124,109). Sum of RGB (Red+Green+Blue) = 104+124+109=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #687C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C6D is #978392. Grayscale: #747474. Windows color (decimal): -9929619 or 7175272. OLE color: 7175272.
HSL color Cylindrical-coordinate representation of color #687C6D: hue angle of 135º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687C6D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 109 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.51 |
| HSL | 135º | 0.09% | 0.45% | - |
| HSV(B) | 135º | 0.16% | 0.49% | - |
| XYZ | 15.68 | 18.46 | 17.21 | - |
| YUV | 116.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 109 | 0.16 | 0 | 0.12 | 0.51 | 135 | 0.09 | 0.45 |
| Hex | 68 | 7C | 6D | 10 | 0 | C | 33 | 87 | 9 | 2D |
| Octal | 150 | 174 | 155 | 20 | 0 | 14 | 63 | 207 | 11 | 55 |
| Binary | 1101000 | 1111100 | 1101101 | 10000 | 0 | 1100 | 110011 | 10000111 | 1001 | 101101 |
Color Harmonies of #687C6D
Complementary color
Monochromatic Colors of #687C6D
Black with #687C6D
Text Example
Text Example
White with #687C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C6D; }
p { color: rgb(104,124,109); }
H1.HeaderClassName
{
color: #687C6D;
}
.AnyTagClassName
{
color: #687C6D;
}
</style>
background-color css
<style>
a { background-color: #687C6D; }
a { background-color: rgb(104,124,109); }
div.DivClassName
{
background-color: #687C6D;
}
.BgClassName
{
background-color: #687C6D;
}
</style>
border-color css
<style>
span { border-color: #687C6D; }
span { border-color: rgb(104,124,109); }
td.TdClassName
{
border-color: #687C6D;
}
.TagClassName
{
border-color: #687C6D;
}
</style>