Shades of Sirocco #67706B
Tints of Sirocco #67706B
RGB
CMYK
RGB Variations
Color information
#67706B (or 0x67706B) is known color: Sirocco. HEX triplet: 67, 70 and 6B. RGB value is (103,112,107). Sum of RGB (Red+Green+Blue) = 103+112+107=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #67706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67706B is #988F94. Grayscale: #6C6C6C. Windows color (decimal): -9998229 or 7041127. OLE color: 7041127.
HSL color Cylindrical-coordinate representation of color #67706B: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #67706B is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 107 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.56 |
| HSL | 146.67º | 0.04% | 0.42% | - |
| HSV(B) | 146.67º | 0.08% | 0.44% | - |
| XYZ | 14.04 | 15.53 | 16.17 | - |
| YUV | 108.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 107 | 0.08 | 0 | 0.04 | 0.56 | 146.67 | 0.04 | 0.42 |
| Hex | 67 | 70 | 6B | 8 | 0 | 4 | 38 | 93 | 4 | 2A |
| Octal | 147 | 160 | 153 | 10 | 0 | 4 | 70 | 223 | 4 | 52 |
| Binary | 1100111 | 1110000 | 1101011 | 1000 | 0 | 100 | 111000 | 10010011 | 100 | 101010 |
Color Harmonies of #67706B
Complementary color
Monochromatic Colors of #67706B
Black with #67706B
Text Example
Text Example
White with #67706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67706B; }
p { color: rgb(103,112,107); }
H1.HeaderClassName
{
color: #67706B;
}
.AnyTagClassName
{
color: #67706B;
}
</style>
background-color css
<style>
a { background-color: #67706B; }
a { background-color: rgb(103,112,107); }
div.DivClassName
{
background-color: #67706B;
}
.BgClassName
{
background-color: #67706B;
}
</style>
border-color css
<style>
span { border-color: #67706B; }
span { border-color: rgb(103,112,107); }
td.TdClassName
{
border-color: #67706B;
}
.TagClassName
{
border-color: #67706B;
}
</style>