Shades of Sirocco #67766D
Tints of Sirocco #67766D
RGB
CMYK
RGB Variations
Color information
#67766D (or 0x67766D) is known color: Sirocco. HEX triplet: 67, 76 and 6D. RGB value is (103,118,109). Sum of RGB (Red+Green+Blue) = 103+118+109=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #67766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67766D is #988992. Grayscale: #707070. Windows color (decimal): -9996691 or 7173735. OLE color: 7173735.
HSL color Cylindrical-coordinate representation of color #67766D: hue angle of 144º 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 #67766D is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 109 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.54 |
| HSL | 144º | 0.07% | 0.43% | - |
| HSV(B) | 144º | 0.13% | 0.46% | - |
| XYZ | 14.83 | 16.94 | 16.96 | - |
| YUV | 112.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 109 | 0.13 | 0 | 0.08 | 0.54 | 144 | 0.07 | 0.43 |
| Hex | 67 | 76 | 6D | D | 0 | 8 | 36 | 90 | 7 | 2B |
| Octal | 147 | 166 | 155 | 15 | 0 | 10 | 66 | 220 | 7 | 53 |
| Binary | 1100111 | 1110110 | 1101101 | 1101 | 0 | 1000 | 110110 | 10010000 | 111 | 101011 |
Color Harmonies of #67766D
Complementary color
Monochromatic Colors of #67766D
Black with #67766D
Text Example
Text Example
White with #67766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67766D; }
p { color: rgb(103,118,109); }
H1.HeaderClassName
{
color: #67766D;
}
.AnyTagClassName
{
color: #67766D;
}
</style>
background-color css
<style>
a { background-color: #67766D; }
a { background-color: rgb(103,118,109); }
div.DivClassName
{
background-color: #67766D;
}
.BgClassName
{
background-color: #67766D;
}
</style>
border-color css
<style>
span { border-color: #67766D; }
span { border-color: rgb(103,118,109); }
td.TdClassName
{
border-color: #67766D;
}
.TagClassName
{
border-color: #67766D;
}
</style>