Shades of Sirocco #67786A
Tints of Sirocco #67786A
RGB
CMYK
RGB Variations
Color information
#67786A (or 0x67786A) is known color: Sirocco. HEX triplet: 67, 78 and 6A. RGB value is (103,120,106). Sum of RGB (Red+Green+Blue) = 103+120+106=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #67786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67786A is #988795. Grayscale: #717171. Windows color (decimal): -9996182 or 6977639. OLE color: 6977639.
HSL color Cylindrical-coordinate representation of color #67786A: hue angle of 130.59º 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 #67786A is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 120 | 106 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.53 |
| HSL | 130.59º | 0.08% | 0.44% | - |
| HSV(B) | 130.59º | 0.14% | 0.47% | - |
| XYZ | 14.91 | 17.36 | 16.2 | - |
| YUV | 113.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 106 | 0.14 | 0 | 0.12 | 0.53 | 130.59 | 0.08 | 0.44 |
| Hex | 67 | 78 | 6A | E | 0 | C | 35 | 83 | 8 | 2C |
| Octal | 147 | 170 | 152 | 16 | 0 | 14 | 65 | 203 | 10 | 54 |
| Binary | 1100111 | 1111000 | 1101010 | 1110 | 0 | 1100 | 110101 | 10000011 | 1000 | 101100 |
Color Harmonies of #67786A
Complementary color
Monochromatic Colors of #67786A
Black with #67786A
Text Example
Text Example
White with #67786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67786A; }
p { color: rgb(103,120,106); }
H1.HeaderClassName
{
color: #67786A;
}
.AnyTagClassName
{
color: #67786A;
}
</style>
background-color css
<style>
a { background-color: #67786A; }
a { background-color: rgb(103,120,106); }
div.DivClassName
{
background-color: #67786A;
}
.BgClassName
{
background-color: #67786A;
}
</style>
border-color css
<style>
span { border-color: #67786A; }
span { border-color: rgb(103,120,106); }
td.TdClassName
{
border-color: #67786A;
}
.TagClassName
{
border-color: #67786A;
}
</style>