Shades of Sirocco #688074
Tints of Sirocco #688074
RGB
CMYK
RGB Variations
Color information
#688074 (or 0x688074) is known color: Sirocco. HEX triplet: 68, 80 and 74. RGB value is (104,128,116). Sum of RGB (Red+Green+Blue) = 104+128+116=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #688074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688074 is #977F8B. Grayscale: #777777. Windows color (decimal): -9928588 or 7635048. OLE color: 7635048.
HSL color Cylindrical-coordinate representation of color #688074: hue angle of 150º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688074 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 116 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.50 |
| HSL | 150º | 0.1% | 0.45% | - |
| HSV(B) | 150º | 0.19% | 0.5% | - |
| XYZ | 16.58 | 19.64 | 19.44 | - |
| YUV | 119.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 116 | 0.19 | 0 | 0.09 | 0.50 | 150 | 0.1 | 0.45 |
| Hex | 68 | 80 | 74 | 13 | 0 | 9 | 32 | 96 | A | 2D |
| Octal | 150 | 200 | 164 | 23 | 0 | 11 | 62 | 226 | 12 | 55 |
| Binary | 1101000 | 10000000 | 1110100 | 10011 | 0 | 1001 | 110010 | 10010110 | 1010 | 101101 |
Color Harmonies of #688074
Complementary color
Monochromatic Colors of #688074
Black with #688074
Text Example
Text Example
White with #688074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688074; }
p { color: rgb(104,128,116); }
H1.HeaderClassName
{
color: #688074;
}
.AnyTagClassName
{
color: #688074;
}
</style>
background-color css
<style>
a { background-color: #688074; }
a { background-color: rgb(104,128,116); }
div.DivClassName
{
background-color: #688074;
}
.BgClassName
{
background-color: #688074;
}
</style>
border-color css
<style>
span { border-color: #688074; }
span { border-color: rgb(104,128,116); }
td.TdClassName
{
border-color: #688074;
}
.TagClassName
{
border-color: #688074;
}
</style>