Shades of Sirocco #67776D
Tints of Sirocco #67776D
RGB
CMYK
RGB Variations
Color information
#67776D (or 0x67776D) is known color: Sirocco. HEX triplet: 67, 77 and 6D. RGB value is (103,119,109). Sum of RGB (Red+Green+Blue) = 103+119+109=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #67776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67776D is #988892. Grayscale: #717171. Windows color (decimal): -9996435 or 7173991. OLE color: 7173991.
HSL color Cylindrical-coordinate representation of color #67776D: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #67776D is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 109 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.53 |
| HSL | 142.5º | 0.07% | 0.44% | - |
| HSV(B) | 142.5º | 0.13% | 0.47% | - |
| XYZ | 14.95 | 17.18 | 17 | - |
| YUV | 113.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 109 | 0.13 | 0 | 0.08 | 0.53 | 142.5 | 0.07 | 0.44 |
| Hex | 67 | 77 | 6D | D | 0 | 8 | 35 | 8E | 7 | 2C |
| Octal | 147 | 167 | 155 | 15 | 0 | 10 | 65 | 216 | 7 | 54 |
| Binary | 1100111 | 1110111 | 1101101 | 1101 | 0 | 1000 | 110101 | 10001110 | 111 | 101100 |
Color Harmonies of #67776D
Complementary color
Monochromatic Colors of #67776D
Black with #67776D
Text Example
Text Example
White with #67776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67776D; }
p { color: rgb(103,119,109); }
H1.HeaderClassName
{
color: #67776D;
}
.AnyTagClassName
{
color: #67776D;
}
</style>
background-color css
<style>
a { background-color: #67776D; }
a { background-color: rgb(103,119,109); }
div.DivClassName
{
background-color: #67776D;
}
.BgClassName
{
background-color: #67776D;
}
</style>
border-color css
<style>
span { border-color: #67776D; }
span { border-color: rgb(103,119,109); }
td.TdClassName
{
border-color: #67776D;
}
.TagClassName
{
border-color: #67776D;
}
</style>