Shades of Sirocco #687970
Tints of Sirocco #687970
RGB
CMYK
RGB Variations
Color information
#687970 (or 0x687970) is known color: Sirocco. HEX triplet: 68, 79 and 70. RGB value is (104,121,112). Sum of RGB (Red+Green+Blue) = 104+121+112=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #687970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687970 is #97868F. Grayscale: #727272. Windows color (decimal): -9930384 or 7371112. OLE color: 7371112.
HSL color Cylindrical-coordinate representation of color #687970: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687970 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 112 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.53 |
| HSL | 148.24º | 0.08% | 0.44% | - |
| HSV(B) | 148.24º | 0.14% | 0.47% | - |
| XYZ | 15.47 | 17.79 | 17.95 | - |
| YUV | 114.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 112 | 0.14 | 0 | 0.07 | 0.53 | 148.24 | 0.08 | 0.44 |
| Hex | 68 | 79 | 70 | E | 0 | 7 | 35 | 94 | 8 | 2C |
| Octal | 150 | 171 | 160 | 16 | 0 | 7 | 65 | 224 | 10 | 54 |
| Binary | 1101000 | 1111001 | 1110000 | 1110 | 0 | 111 | 110101 | 10010100 | 1000 | 101100 |
Color Harmonies of #687970
Complementary color
Monochromatic Colors of #687970
Black with #687970
Text Example
Text Example
White with #687970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687970; }
p { color: rgb(104,121,112); }
H1.HeaderClassName
{
color: #687970;
}
.AnyTagClassName
{
color: #687970;
}
</style>
background-color css
<style>
a { background-color: #687970; }
a { background-color: rgb(104,121,112); }
div.DivClassName
{
background-color: #687970;
}
.BgClassName
{
background-color: #687970;
}
</style>
border-color css
<style>
span { border-color: #687970; }
span { border-color: rgb(104,121,112); }
td.TdClassName
{
border-color: #687970;
}
.TagClassName
{
border-color: #687970;
}
</style>