Shades of Sirocco #67756C
Tints of Sirocco #67756C
RGB
CMYK
RGB Variations
Color information
#67756C (or 0x67756C) is known color: Sirocco. HEX triplet: 67, 75 and 6C. RGB value is (103,117,108). Sum of RGB (Red+Green+Blue) = 103+117+108=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #67756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756C is #988A93. Grayscale: #6F6F6F. Windows color (decimal): -9996948 or 7107943. OLE color: 7107943.
HSL color Cylindrical-coordinate representation of color #67756C: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67756C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 108 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.54 |
| HSL | 141.43º | 0.06% | 0.43% | - |
| HSV(B) | 141.43º | 0.12% | 0.46% | - |
| XYZ | 14.66 | 16.69 | 16.64 | - |
| YUV | 111.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 108 | 0.12 | 0 | 0.08 | 0.54 | 141.43 | 0.06 | 0.43 |
| Hex | 67 | 75 | 6C | C | 0 | 8 | 36 | 8D | 6 | 2B |
| Octal | 147 | 165 | 154 | 14 | 0 | 10 | 66 | 215 | 6 | 53 |
| Binary | 1100111 | 1110101 | 1101100 | 1100 | 0 | 1000 | 110110 | 10001101 | 110 | 101011 |
Color Harmonies of #67756C
Complementary color
Monochromatic Colors of #67756C
Black with #67756C
Text Example
Text Example
White with #67756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67756C; }
p { color: rgb(103,117,108); }
H1.HeaderClassName
{
color: #67756C;
}
.AnyTagClassName
{
color: #67756C;
}
</style>
background-color css
<style>
a { background-color: #67756C; }
a { background-color: rgb(103,117,108); }
div.DivClassName
{
background-color: #67756C;
}
.BgClassName
{
background-color: #67756C;
}
</style>
border-color css
<style>
span { border-color: #67756C; }
span { border-color: rgb(103,117,108); }
td.TdClassName
{
border-color: #67756C;
}
.TagClassName
{
border-color: #67756C;
}
</style>