Shades of Sirocco #67776E
Tints of Sirocco #67776E
RGB
CMYK
RGB Variations
Color information
#67776E (or 0x67776E) is known color: Sirocco. HEX triplet: 67, 77 and 6E. RGB value is (103,119,110). Sum of RGB (Red+Green+Blue) = 103+119+110=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #67776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67776E is #988891. Grayscale: #717171. Windows color (decimal): -9996434 or 7239527. OLE color: 7239527.
HSL color Cylindrical-coordinate representation of color #67776E: hue angle of 146.25º 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 #67776E is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 110 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.53 |
| HSL | 146.25º | 0.07% | 0.44% | - |
| HSV(B) | 146.25º | 0.13% | 0.47% | - |
| XYZ | 15 | 17.2 | 17.28 | - |
| YUV | 113.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 110 | 0.13 | 0 | 0.08 | 0.53 | 146.25 | 0.07 | 0.44 |
| Hex | 67 | 77 | 6E | D | 0 | 8 | 35 | 92 | 7 | 2C |
| Octal | 147 | 167 | 156 | 15 | 0 | 10 | 65 | 222 | 7 | 54 |
| Binary | 1100111 | 1110111 | 1101110 | 1101 | 0 | 1000 | 110101 | 10010010 | 111 | 101100 |
Color Harmonies of #67776E
Complementary color
Monochromatic Colors of #67776E
Black with #67776E
Text Example
Text Example
White with #67776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67776E; }
p { color: rgb(103,119,110); }
H1.HeaderClassName
{
color: #67776E;
}
.AnyTagClassName
{
color: #67776E;
}
</style>
background-color css
<style>
a { background-color: #67776E; }
a { background-color: rgb(103,119,110); }
div.DivClassName
{
background-color: #67776E;
}
.BgClassName
{
background-color: #67776E;
}
</style>
border-color css
<style>
span { border-color: #67776E; }
span { border-color: rgb(103,119,110); }
td.TdClassName
{
border-color: #67776E;
}
.TagClassName
{
border-color: #67776E;
}
</style>