Shades of Sirocco #67766E
Tints of Sirocco #67766E
RGB
CMYK
RGB Variations
Color information
#67766E (or 0x67766E) is known color: Sirocco. HEX triplet: 67, 76 and 6E. RGB value is (103,118,110). Sum of RGB (Red+Green+Blue) = 103+118+110=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #67766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67766E is #988991. Grayscale: #707070. Windows color (decimal): -9996690 or 7239271. OLE color: 7239271.
HSL color Cylindrical-coordinate representation of color #67766E: hue angle of 148º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #67766E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 110 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.54 |
| HSL | 148º | 0.07% | 0.43% | - |
| HSV(B) | 148º | 0.13% | 0.46% | - |
| XYZ | 14.89 | 16.97 | 17.24 | - |
| YUV | 112.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 110 | 0.13 | 0 | 0.07 | 0.54 | 148 | 0.07 | 0.43 |
| Hex | 67 | 76 | 6E | D | 0 | 7 | 36 | 94 | 7 | 2B |
| Octal | 147 | 166 | 156 | 15 | 0 | 7 | 66 | 224 | 7 | 53 |
| Binary | 1100111 | 1110110 | 1101110 | 1101 | 0 | 111 | 110110 | 10010100 | 111 | 101011 |
Color Harmonies of #67766E
Complementary color
Monochromatic Colors of #67766E
Black with #67766E
Text Example
Text Example
White with #67766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67766E; }
p { color: rgb(103,118,110); }
H1.HeaderClassName
{
color: #67766E;
}
.AnyTagClassName
{
color: #67766E;
}
</style>
background-color css
<style>
a { background-color: #67766E; }
a { background-color: rgb(103,118,110); }
div.DivClassName
{
background-color: #67766E;
}
.BgClassName
{
background-color: #67766E;
}
</style>
border-color css
<style>
span { border-color: #67766E; }
span { border-color: rgb(103,118,110); }
td.TdClassName
{
border-color: #67766E;
}
.TagClassName
{
border-color: #67766E;
}
</style>