Shades of Sirocco #68756B
Tints of Sirocco #68756B
RGB
CMYK
RGB Variations
Color information
#68756B (or 0x68756B) is known color: Sirocco. HEX triplet: 68, 75 and 6B. RGB value is (104,117,107). Sum of RGB (Red+Green+Blue) = 104+117+107=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #68756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756B is #978A94. Grayscale: #707070. Windows color (decimal): -9931413 or 7042408. OLE color: 7042408.
HSL color Cylindrical-coordinate representation of color #68756B: hue angle of 133.85º 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 #68756B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 107 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.54 |
| HSL | 133.85º | 0.06% | 0.43% | - |
| HSV(B) | 133.85º | 0.11% | 0.46% | - |
| XYZ | 14.72 | 16.73 | 16.36 | - |
| YUV | 111.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 107 | 0.11 | 0 | 0.09 | 0.54 | 133.85 | 0.06 | 0.43 |
| Hex | 68 | 75 | 6B | B | 0 | 9 | 36 | 86 | 6 | 2B |
| Octal | 150 | 165 | 153 | 13 | 0 | 11 | 66 | 206 | 6 | 53 |
| Binary | 1101000 | 1110101 | 1101011 | 1011 | 0 | 1001 | 110110 | 10000110 | 110 | 101011 |
Color Harmonies of #68756B
Complementary color
Monochromatic Colors of #68756B
Black with #68756B
Text Example
Text Example
White with #68756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68756B; }
p { color: rgb(104,117,107); }
H1.HeaderClassName
{
color: #68756B;
}
.AnyTagClassName
{
color: #68756B;
}
</style>
background-color css
<style>
a { background-color: #68756B; }
a { background-color: rgb(104,117,107); }
div.DivClassName
{
background-color: #68756B;
}
.BgClassName
{
background-color: #68756B;
}
</style>
border-color css
<style>
span { border-color: #68756B; }
span { border-color: rgb(104,117,107); }
td.TdClassName
{
border-color: #68756B;
}
.TagClassName
{
border-color: #68756B;
}
</style>