Shades of Sirocco #67736A
Tints of Sirocco #67736A
RGB
CMYK
RGB Variations
Color information
#67736A (or 0x67736A) is known color: Sirocco. HEX triplet: 67, 73 and 6A. RGB value is (103,115,106). Sum of RGB (Red+Green+Blue) = 103+115+106=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #67736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67736A is #988C95. Grayscale: #6E6E6E. Windows color (decimal): -9997462 or 6976359. OLE color: 6976359.
HSL color Cylindrical-coordinate representation of color #67736A: hue angle of 135º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67736A is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 115 | 106 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.55 |
| HSL | 135º | 0.06% | 0.43% | - |
| HSV(B) | 135º | 0.1% | 0.45% | - |
| XYZ | 14.33 | 16.19 | 16 | - |
| YUV | 110.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 106 | 0.10 | 0 | 0.08 | 0.55 | 135 | 0.06 | 0.43 |
| Hex | 67 | 73 | 6A | A | 0 | 8 | 37 | 87 | 6 | 2B |
| Octal | 147 | 163 | 152 | 12 | 0 | 10 | 67 | 207 | 6 | 53 |
| Binary | 1100111 | 1110011 | 1101010 | 1010 | 0 | 1000 | 110111 | 10000111 | 110 | 101011 |
Color Harmonies of #67736A
Complementary color
Monochromatic Colors of #67736A
Black with #67736A
Text Example
Text Example
White with #67736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67736A; }
p { color: rgb(103,115,106); }
H1.HeaderClassName
{
color: #67736A;
}
.AnyTagClassName
{
color: #67736A;
}
</style>
background-color css
<style>
a { background-color: #67736A; }
a { background-color: rgb(103,115,106); }
div.DivClassName
{
background-color: #67736A;
}
.BgClassName
{
background-color: #67736A;
}
</style>
border-color css
<style>
span { border-color: #67736A; }
span { border-color: rgb(103,115,106); }
td.TdClassName
{
border-color: #67736A;
}
.TagClassName
{
border-color: #67736A;
}
</style>