Shades of Sirocco #68746C
Tints of Sirocco #68746C
RGB
CMYK
RGB Variations
Color information
#68746C (or 0x68746C) is known color: Sirocco. HEX triplet: 68, 74 and 6C. RGB value is (104,116,108). Sum of RGB (Red+Green+Blue) = 104+116+108=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 116 - color contains mainly: green. Hex color #68746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68746C is #978B93. Grayscale: #6F6F6F. Windows color (decimal): -9931668 or 7107688. OLE color: 7107688.
HSL color Cylindrical-coordinate representation of color #68746C: hue angle of 140º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68746C is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 108 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.55 |
| HSL | 140º | 0.05% | 0.43% | - |
| HSV(B) | 140º | 0.1% | 0.45% | - |
| XYZ | 14.66 | 16.52 | 16.6 | - |
| YUV | 111.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 108 | 0.10 | 0 | 0.07 | 0.55 | 140 | 0.05 | 0.43 |
| Hex | 68 | 74 | 6C | A | 0 | 7 | 37 | 8C | 5 | 2B |
| Octal | 150 | 164 | 154 | 12 | 0 | 7 | 67 | 214 | 5 | 53 |
| Binary | 1101000 | 1110100 | 1101100 | 1010 | 0 | 111 | 110111 | 10001100 | 101 | 101011 |
Color Harmonies of #68746C
Complementary color
Monochromatic Colors of #68746C
Black with #68746C
Text Example
Text Example
White with #68746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68746C; }
p { color: rgb(104,116,108); }
H1.HeaderClassName
{
color: #68746C;
}
.AnyTagClassName
{
color: #68746C;
}
</style>
background-color css
<style>
a { background-color: #68746C; }
a { background-color: rgb(104,116,108); }
div.DivClassName
{
background-color: #68746C;
}
.BgClassName
{
background-color: #68746C;
}
</style>
border-color css
<style>
span { border-color: #68746C; }
span { border-color: rgb(104,116,108); }
td.TdClassName
{
border-color: #68746C;
}
.TagClassName
{
border-color: #68746C;
}
</style>