Shades of Sirocco #68756F
Tints of Sirocco #68756F
RGB
CMYK
RGB Variations
Color information
#68756F (or 0x68756F) is known color: Sirocco. HEX triplet: 68, 75 and 6F. RGB value is (104,117,111). Sum of RGB (Red+Green+Blue) = 104+117+111=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #68756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756F is #978A90. Grayscale: #707070. Windows color (decimal): -9931409 or 7304552. OLE color: 7304552.
HSL color Cylindrical-coordinate representation of color #68756F: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68756F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 111 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.54 |
| HSL | 152.31º | 0.06% | 0.43% | - |
| HSV(B) | 152.31º | 0.11% | 0.46% | - |
| XYZ | 14.94 | 16.81 | 17.5 | - |
| YUV | 112.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 111 | 0.11 | 0 | 0.05 | 0.54 | 152.31 | 0.06 | 0.43 |
| Hex | 68 | 75 | 6F | B | 0 | 5 | 36 | 98 | 6 | 2B |
| Octal | 150 | 165 | 157 | 13 | 0 | 5 | 66 | 230 | 6 | 53 |
| Binary | 1101000 | 1110101 | 1101111 | 1011 | 0 | 101 | 110110 | 10011000 | 110 | 101011 |
Color Harmonies of #68756F
Complementary color
Monochromatic Colors of #68756F
Black with #68756F
Text Example
Text Example
White with #68756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68756F; }
p { color: rgb(104,117,111); }
H1.HeaderClassName
{
color: #68756F;
}
.AnyTagClassName
{
color: #68756F;
}
</style>
background-color css
<style>
a { background-color: #68756F; }
a { background-color: rgb(104,117,111); }
div.DivClassName
{
background-color: #68756F;
}
.BgClassName
{
background-color: #68756F;
}
</style>
border-color css
<style>
span { border-color: #68756F; }
span { border-color: rgb(104,117,111); }
td.TdClassName
{
border-color: #68756F;
}
.TagClassName
{
border-color: #68756F;
}
</style>