Shades of Sirocco #67756E
Tints of Sirocco #67756E
RGB
CMYK
RGB Variations
Color information
#67756E (or 0x67756E) is known color: Sirocco. HEX triplet: 67, 75 and 6E. RGB value is (103,117,110). Sum of RGB (Red+Green+Blue) = 103+117+110=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #67756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756E is #988A91. Grayscale: #707070. Windows color (decimal): -9996946 or 7239015. OLE color: 7239015.
HSL color Cylindrical-coordinate representation of color #67756E: hue angle of 150º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67756E is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 110 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.54 |
| HSL | 150º | 0.06% | 0.43% | - |
| HSV(B) | 150º | 0.12% | 0.46% | - |
| XYZ | 14.77 | 16.73 | 17.2 | - |
| YUV | 112.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 110 | 0.12 | 0 | 0.06 | 0.54 | 150 | 0.06 | 0.43 |
| Hex | 67 | 75 | 6E | C | 0 | 6 | 36 | 96 | 6 | 2B |
| Octal | 147 | 165 | 156 | 14 | 0 | 6 | 66 | 226 | 6 | 53 |
| Binary | 1100111 | 1110101 | 1101110 | 1100 | 0 | 110 | 110110 | 10010110 | 110 | 101011 |
Color Harmonies of #67756E
Complementary color
Monochromatic Colors of #67756E
Black with #67756E
Text Example
Text Example
White with #67756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67756E; }
p { color: rgb(103,117,110); }
H1.HeaderClassName
{
color: #67756E;
}
.AnyTagClassName
{
color: #67756E;
}
</style>
background-color css
<style>
a { background-color: #67756E; }
a { background-color: rgb(103,117,110); }
div.DivClassName
{
background-color: #67756E;
}
.BgClassName
{
background-color: #67756E;
}
</style>
border-color css
<style>
span { border-color: #67756E; }
span { border-color: rgb(103,117,110); }
td.TdClassName
{
border-color: #67756E;
}
.TagClassName
{
border-color: #67756E;
}
</style>