Shades of Sirocco #68766D
Tints of Sirocco #68766D
RGB
CMYK
RGB Variations
Color information
#68766D (or 0x68766D) is known color: Sirocco. HEX triplet: 68, 76 and 6D. RGB value is (104,118,109). Sum of RGB (Red+Green+Blue) = 104+118+109=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #68766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766D is #978992. Grayscale: #707070. Windows color (decimal): -9931155 or 7173736. OLE color: 7173736.
HSL color Cylindrical-coordinate representation of color #68766D: hue angle of 141.43º 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 #68766D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 109 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.54 |
| HSL | 141.43º | 0.06% | 0.44% | - |
| HSV(B) | 141.43º | 0.12% | 0.46% | - |
| XYZ | 14.95 | 17 | 16.96 | - |
| YUV | 112.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 109 | 0.12 | 0 | 0.08 | 0.54 | 141.43 | 0.06 | 0.44 |
| Hex | 68 | 76 | 6D | C | 0 | 8 | 36 | 8D | 6 | 2C |
| Octal | 150 | 166 | 155 | 14 | 0 | 10 | 66 | 215 | 6 | 54 |
| Binary | 1101000 | 1110110 | 1101101 | 1100 | 0 | 1000 | 110110 | 10001101 | 110 | 101100 |
Color Harmonies of #68766D
Complementary color
Monochromatic Colors of #68766D
Black with #68766D
Text Example
Text Example
White with #68766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68766D; }
p { color: rgb(104,118,109); }
H1.HeaderClassName
{
color: #68766D;
}
.AnyTagClassName
{
color: #68766D;
}
</style>
background-color css
<style>
a { background-color: #68766D; }
a { background-color: rgb(104,118,109); }
div.DivClassName
{
background-color: #68766D;
}
.BgClassName
{
background-color: #68766D;
}
</style>
border-color css
<style>
span { border-color: #68766D; }
span { border-color: rgb(104,118,109); }
td.TdClassName
{
border-color: #68766D;
}
.TagClassName
{
border-color: #68766D;
}
</style>