Shades of Sirocco #68766C
Tints of Sirocco #68766C
RGB
CMYK
RGB Variations
Color information
#68766C (or 0x68766C) is known color: Sirocco. HEX triplet: 68, 76 and 6C. RGB value is (104,118,108). Sum of RGB (Red+Green+Blue) = 104+118+108=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #68766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766C is #978993. Grayscale: #707070. Windows color (decimal): -9931156 or 7108200. OLE color: 7108200.
HSL color Cylindrical-coordinate representation of color #68766C: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68766C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 108 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.54 |
| HSL | 137.14º | 0.06% | 0.44% | - |
| HSV(B) | 137.14º | 0.12% | 0.46% | - |
| XYZ | 14.89 | 16.98 | 16.68 | - |
| YUV | 112.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 108 | 0.12 | 0 | 0.08 | 0.54 | 137.14 | 0.06 | 0.44 |
| Hex | 68 | 76 | 6C | C | 0 | 8 | 36 | 89 | 6 | 2C |
| Octal | 150 | 166 | 154 | 14 | 0 | 10 | 66 | 211 | 6 | 54 |
| Binary | 1101000 | 1110110 | 1101100 | 1100 | 0 | 1000 | 110110 | 10001001 | 110 | 101100 |
Color Harmonies of #68766C
Complementary color
Monochromatic Colors of #68766C
Black with #68766C
Text Example
Text Example
White with #68766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68766C; }
p { color: rgb(104,118,108); }
H1.HeaderClassName
{
color: #68766C;
}
.AnyTagClassName
{
color: #68766C;
}
</style>
background-color css
<style>
a { background-color: #68766C; }
a { background-color: rgb(104,118,108); }
div.DivClassName
{
background-color: #68766C;
}
.BgClassName
{
background-color: #68766C;
}
</style>
border-color css
<style>
span { border-color: #68766C; }
span { border-color: rgb(104,118,108); }
td.TdClassName
{
border-color: #68766C;
}
.TagClassName
{
border-color: #68766C;
}
</style>