Shades of Sirocco #67786C
Tints of Sirocco #67786C
RGB
CMYK
RGB Variations
Color information
#67786C (or 0x67786C) is known color: Sirocco. HEX triplet: 67, 78 and 6C. RGB value is (103,120,108). Sum of RGB (Red+Green+Blue) = 103+120+108=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #67786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67786C is #988793. Grayscale: #717171. Windows color (decimal): -9996180 or 7108711. OLE color: 7108711.
HSL color Cylindrical-coordinate representation of color #67786C: hue angle of 137.65º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #67786C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 120 | 108 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.53 |
| HSL | 137.65º | 0.08% | 0.44% | - |
| HSV(B) | 137.65º | 0.14% | 0.47% | - |
| XYZ | 15.02 | 17.4 | 16.75 | - |
| YUV | 113.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 108 | 0.14 | 0 | 0.10 | 0.53 | 137.65 | 0.08 | 0.44 |
| Hex | 67 | 78 | 6C | E | 0 | A | 35 | 8A | 8 | 2C |
| Octal | 147 | 170 | 154 | 16 | 0 | 12 | 65 | 212 | 10 | 54 |
| Binary | 1100111 | 1111000 | 1101100 | 1110 | 0 | 1010 | 110101 | 10001010 | 1000 | 101100 |
Color Harmonies of #67786C
Complementary color
Monochromatic Colors of #67786C
Black with #67786C
Text Example
Text Example
White with #67786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67786C; }
p { color: rgb(103,120,108); }
H1.HeaderClassName
{
color: #67786C;
}
.AnyTagClassName
{
color: #67786C;
}
</style>
background-color css
<style>
a { background-color: #67786C; }
a { background-color: rgb(103,120,108); }
div.DivClassName
{
background-color: #67786C;
}
.BgClassName
{
background-color: #67786C;
}
</style>
border-color css
<style>
span { border-color: #67786C; }
span { border-color: rgb(103,120,108); }
td.TdClassName
{
border-color: #67786C;
}
.TagClassName
{
border-color: #67786C;
}
</style>