Shades of Sirocco #647A6B
Tints of Sirocco #647A6B
RGB
CMYK
RGB Variations
Color information
#647A6B (or 0x647A6B) is known color: Sirocco. HEX triplet: 64, 7A and 6B. RGB value is (100,122,107). Sum of RGB (Red+Green+Blue) = 100+122+107=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #647A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A6B is #9B8594. Grayscale: #717171. Windows color (decimal): -10192277 or 7043684. OLE color: 7043684.
HSL color Cylindrical-coordinate representation of color #647A6B: hue angle of 139.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A6B is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 107 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.52 |
| HSL | 139.09º | 0.1% | 0.44% | - |
| HSV(B) | 139.09º | 0.18% | 0.48% | - |
| XYZ | 14.87 | 17.69 | 16.54 | - |
| YUV | 113.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 107 | 0.18 | 0 | 0.12 | 0.52 | 139.09 | 0.1 | 0.44 |
| Hex | 64 | 7A | 6B | 12 | 0 | C | 34 | 8B | A | 2C |
| Octal | 144 | 172 | 153 | 22 | 0 | 14 | 64 | 213 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1101011 | 10010 | 0 | 1100 | 110100 | 10001011 | 1010 | 101100 |
Color Harmonies of #647A6B
Complementary color
Monochromatic Colors of #647A6B
Black with #647A6B
Text Example
Text Example
White with #647A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A6B; }
p { color: rgb(100,122,107); }
H1.HeaderClassName
{
color: #647A6B;
}
.AnyTagClassName
{
color: #647A6B;
}
</style>
background-color css
<style>
a { background-color: #647A6B; }
a { background-color: rgb(100,122,107); }
div.DivClassName
{
background-color: #647A6B;
}
.BgClassName
{
background-color: #647A6B;
}
</style>
border-color css
<style>
span { border-color: #647A6B; }
span { border-color: rgb(100,122,107); }
td.TdClassName
{
border-color: #647A6B;
}
.TagClassName
{
border-color: #647A6B;
}
</style>