Shades of Sirocco #67796D
Tints of Sirocco #67796D
RGB
CMYK
RGB Variations
Color information
#67796D (or 0x67796D) is known color: Sirocco. HEX triplet: 67, 79 and 6D. RGB value is (103,121,109). Sum of RGB (Red+Green+Blue) = 103+121+109=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #67796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67796D is #988692. Grayscale: #727272. Windows color (decimal): -9995923 or 7174503. OLE color: 7174503.
HSL color Cylindrical-coordinate representation of color #67796D: hue angle of 140º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #67796D is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 109 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.53 |
| HSL | 140º | 0.08% | 0.44% | - |
| HSV(B) | 140º | 0.15% | 0.47% | - |
| XYZ | 15.19 | 17.66 | 17.08 | - |
| YUV | 114.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 109 | 0.15 | 0 | 0.10 | 0.53 | 140 | 0.08 | 0.44 |
| Hex | 67 | 79 | 6D | F | 0 | A | 35 | 8C | 8 | 2C |
| Octal | 147 | 171 | 155 | 17 | 0 | 12 | 65 | 214 | 10 | 54 |
| Binary | 1100111 | 1111001 | 1101101 | 1111 | 0 | 1010 | 110101 | 10001100 | 1000 | 101100 |
Color Harmonies of #67796D
Complementary color
Monochromatic Colors of #67796D
Black with #67796D
Text Example
Text Example
White with #67796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67796D; }
p { color: rgb(103,121,109); }
H1.HeaderClassName
{
color: #67796D;
}
.AnyTagClassName
{
color: #67796D;
}
</style>
background-color css
<style>
a { background-color: #67796D; }
a { background-color: rgb(103,121,109); }
div.DivClassName
{
background-color: #67796D;
}
.BgClassName
{
background-color: #67796D;
}
</style>
border-color css
<style>
span { border-color: #67796D; }
span { border-color: rgb(103,121,109); }
td.TdClassName
{
border-color: #67796D;
}
.TagClassName
{
border-color: #67796D;
}
</style>