Shades of Sirocco #637E70
Tints of Sirocco #637E70
RGB
CMYK
RGB Variations
Color information
#637E70 (or 0x637E70) is known color: Sirocco. HEX triplet: 63, 7E and 70. RGB value is (99,126,112). Sum of RGB (Red+Green+Blue) = 99+126+112=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 126 - color contains mainly: green. Hex color #637E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637E70 is #9C818F. Grayscale: #747474. Windows color (decimal): -10256784 or 7372387. OLE color: 7372387.
HSL color Cylindrical-coordinate representation of color #637E70: hue angle of 148.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #637E70 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 126 | 112 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.51 |
| HSL | 148.89º | 0.12% | 0.44% | - |
| HSV(B) | 148.89º | 0.21% | 0.49% | - |
| XYZ | 15.53 | 18.74 | 18.13 | - |
| YUV | 116.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 112 | 0.21 | 0 | 0.11 | 0.51 | 148.89 | 0.12 | 0.44 |
| Hex | 63 | 7E | 70 | 15 | 0 | B | 33 | 95 | C | 2C |
| Octal | 143 | 176 | 160 | 25 | 0 | 13 | 63 | 225 | 14 | 54 |
| Binary | 1100011 | 1111110 | 1110000 | 10101 | 0 | 1011 | 110011 | 10010101 | 1100 | 101100 |
Color Harmonies of #637E70
Complementary color
Monochromatic Colors of #637E70
Black with #637E70
Text Example
Text Example
White with #637E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637E70; }
p { color: rgb(99,126,112); }
H1.HeaderClassName
{
color: #637E70;
}
.AnyTagClassName
{
color: #637E70;
}
</style>
background-color css
<style>
a { background-color: #637E70; }
a { background-color: rgb(99,126,112); }
div.DivClassName
{
background-color: #637E70;
}
.BgClassName
{
background-color: #637E70;
}
</style>
border-color css
<style>
span { border-color: #637E70; }
span { border-color: rgb(99,126,112); }
td.TdClassName
{
border-color: #637E70;
}
.TagClassName
{
border-color: #637E70;
}
</style>