Shades of Sirocco #67746E
Tints of Sirocco #67746E
RGB
CMYK
RGB Variations
Color information
#67746E (or 0x67746E) is known color: Sirocco. HEX triplet: 67, 74 and 6E. RGB value is (103,116,110). Sum of RGB (Red+Green+Blue) = 103+116+110=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #67746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67746E is #988B91. Grayscale: #6F6F6F. Windows color (decimal): -9997202 or 7238759. OLE color: 7238759.
HSL color Cylindrical-coordinate representation of color #67746E: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #67746E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 116 | 110 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.55 |
| HSL | 152.31º | 0.06% | 0.43% | - |
| HSV(B) | 152.31º | 0.11% | 0.45% | - |
| XYZ | 14.65 | 16.5 | 17.16 | - |
| YUV | 111.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 110 | 0.11 | 0 | 0.05 | 0.55 | 152.31 | 0.06 | 0.43 |
| Hex | 67 | 74 | 6E | B | 0 | 5 | 37 | 98 | 6 | 2B |
| Octal | 147 | 164 | 156 | 13 | 0 | 5 | 67 | 230 | 6 | 53 |
| Binary | 1100111 | 1110100 | 1101110 | 1011 | 0 | 101 | 110111 | 10011000 | 110 | 101011 |
Color Harmonies of #67746E
Complementary color
Monochromatic Colors of #67746E
Black with #67746E
Text Example
Text Example
White with #67746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67746E; }
p { color: rgb(103,116,110); }
H1.HeaderClassName
{
color: #67746E;
}
.AnyTagClassName
{
color: #67746E;
}
</style>
background-color css
<style>
a { background-color: #67746E; }
a { background-color: rgb(103,116,110); }
div.DivClassName
{
background-color: #67746E;
}
.BgClassName
{
background-color: #67746E;
}
</style>
border-color css
<style>
span { border-color: #67746E; }
span { border-color: rgb(103,116,110); }
td.TdClassName
{
border-color: #67746E;
}
.TagClassName
{
border-color: #67746E;
}
</style>