Shades of Sirocco #68786C
Tints of Sirocco #68786C
RGB
CMYK
RGB Variations
Color information
#68786C (or 0x68786C) is known color: Sirocco. HEX triplet: 68, 78 and 6C. RGB value is (104,120,108). Sum of RGB (Red+Green+Blue) = 104+120+108=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #68786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68786C is #978793. Grayscale: #717171. Windows color (decimal): -9930644 or 7108712. OLE color: 7108712.
HSL color Cylindrical-coordinate representation of color #68786C: hue angle of 135º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68786C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 120 | 108 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.53 |
| HSL | 135º | 0.07% | 0.44% | - |
| HSV(B) | 135º | 0.13% | 0.47% | - |
| XYZ | 15.13 | 17.46 | 16.76 | - |
| YUV | 113.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 108 | 0.13 | 0 | 0.10 | 0.53 | 135 | 0.07 | 0.44 |
| Hex | 68 | 78 | 6C | D | 0 | A | 35 | 87 | 7 | 2C |
| Octal | 150 | 170 | 154 | 15 | 0 | 12 | 65 | 207 | 7 | 54 |
| Binary | 1101000 | 1111000 | 1101100 | 1101 | 0 | 1010 | 110101 | 10000111 | 111 | 101100 |
Color Harmonies of #68786C
Complementary color
Monochromatic Colors of #68786C
Black with #68786C
Text Example
Text Example
White with #68786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68786C; }
p { color: rgb(104,120,108); }
H1.HeaderClassName
{
color: #68786C;
}
.AnyTagClassName
{
color: #68786C;
}
</style>
background-color css
<style>
a { background-color: #68786C; }
a { background-color: rgb(104,120,108); }
div.DivClassName
{
background-color: #68786C;
}
.BgClassName
{
background-color: #68786C;
}
</style>
border-color css
<style>
span { border-color: #68786C; }
span { border-color: rgb(104,120,108); }
td.TdClassName
{
border-color: #68786C;
}
.TagClassName
{
border-color: #68786C;
}
</style>