Shades of Sirocco #68776E
Tints of Sirocco #68776E
RGB
CMYK
RGB Variations
Color information
#68776E (or 0x68776E) is known color: Sirocco. HEX triplet: 68, 77 and 6E. RGB value is (104,119,110). Sum of RGB (Red+Green+Blue) = 104+119+110=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #68776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68776E is #978891. Grayscale: #717171. Windows color (decimal): -9930898 or 7239528. OLE color: 7239528.
HSL color Cylindrical-coordinate representation of color #68776E: hue angle of 144º 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 #68776E is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 110 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.53 |
| HSL | 144º | 0.07% | 0.44% | - |
| HSV(B) | 144º | 0.13% | 0.47% | - |
| XYZ | 15.12 | 17.26 | 17.29 | - |
| YUV | 113.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 110 | 0.13 | 0 | 0.08 | 0.53 | 144 | 0.07 | 0.44 |
| Hex | 68 | 77 | 6E | D | 0 | 8 | 35 | 90 | 7 | 2C |
| Octal | 150 | 167 | 156 | 15 | 0 | 10 | 65 | 220 | 7 | 54 |
| Binary | 1101000 | 1110111 | 1101110 | 1101 | 0 | 1000 | 110101 | 10010000 | 111 | 101100 |
Color Harmonies of #68776E
Complementary color
Monochromatic Colors of #68776E
Black with #68776E
Text Example
Text Example
White with #68776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68776E; }
p { color: rgb(104,119,110); }
H1.HeaderClassName
{
color: #68776E;
}
.AnyTagClassName
{
color: #68776E;
}
</style>
background-color css
<style>
a { background-color: #68776E; }
a { background-color: rgb(104,119,110); }
div.DivClassName
{
background-color: #68776E;
}
.BgClassName
{
background-color: #68776E;
}
</style>
border-color css
<style>
span { border-color: #68776E; }
span { border-color: rgb(104,119,110); }
td.TdClassName
{
border-color: #68776E;
}
.TagClassName
{
border-color: #68776E;
}
</style>