Shades of Sirocco #67756A
Tints of Sirocco #67756A
RGB
CMYK
RGB Variations
Color information
#67756A (or 0x67756A) is known color: Sirocco. HEX triplet: 67, 75 and 6A. RGB value is (103,117,106). Sum of RGB (Red+Green+Blue) = 103+117+106=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #67756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67756A is #988A95. Grayscale: #6F6F6F. Windows color (decimal): -9996950 or 6976871. OLE color: 6976871.
HSL color Cylindrical-coordinate representation of color #67756A: hue angle of 132.86º 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 #67756A is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 106 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.54 |
| HSL | 132.86º | 0.06% | 0.43% | - |
| HSV(B) | 132.86º | 0.12% | 0.46% | - |
| XYZ | 14.56 | 16.65 | 16.08 | - |
| YUV | 111.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 106 | 0.12 | 0 | 0.09 | 0.54 | 132.86 | 0.06 | 0.43 |
| Hex | 67 | 75 | 6A | C | 0 | 9 | 36 | 85 | 6 | 2B |
| Octal | 147 | 165 | 152 | 14 | 0 | 11 | 66 | 205 | 6 | 53 |
| Binary | 1100111 | 1110101 | 1101010 | 1100 | 0 | 1001 | 110110 | 10000101 | 110 | 101011 |
Color Harmonies of #67756A
Complementary color
Monochromatic Colors of #67756A
Black with #67756A
Text Example
Text Example
White with #67756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67756A; }
p { color: rgb(103,117,106); }
H1.HeaderClassName
{
color: #67756A;
}
.AnyTagClassName
{
color: #67756A;
}
</style>
background-color css
<style>
a { background-color: #67756A; }
a { background-color: rgb(103,117,106); }
div.DivClassName
{
background-color: #67756A;
}
.BgClassName
{
background-color: #67756A;
}
</style>
border-color css
<style>
span { border-color: #67756A; }
span { border-color: rgb(103,117,106); }
td.TdClassName
{
border-color: #67756A;
}
.TagClassName
{
border-color: #67756A;
}
</style>