Shades of Sirocco #677A70
Tints of Sirocco #677A70
RGB
CMYK
RGB Variations
Color information
#677A70 (or 0x677A70) is known color: Sirocco. HEX triplet: 67, 7A and 70. RGB value is (103,122,112). Sum of RGB (Red+Green+Blue) = 103+122+112=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #677A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A70 is #98858F. Grayscale: #737373. Windows color (decimal): -9995664 or 7371367. OLE color: 7371367.
HSL color Cylindrical-coordinate representation of color #677A70: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677A70 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 112 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.52 |
| HSL | 148.42º | 0.08% | 0.44% | - |
| HSV(B) | 148.42º | 0.16% | 0.48% | - |
| XYZ | 15.48 | 17.97 | 17.98 | - |
| YUV | 115.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 112 | 0.16 | 0 | 0.08 | 0.52 | 148.42 | 0.08 | 0.44 |
| Hex | 67 | 7A | 70 | 10 | 0 | 8 | 34 | 94 | 8 | 2C |
| Octal | 147 | 172 | 160 | 20 | 0 | 10 | 64 | 224 | 10 | 54 |
| Binary | 1100111 | 1111010 | 1110000 | 10000 | 0 | 1000 | 110100 | 10010100 | 1000 | 101100 |
Color Harmonies of #677A70
Complementary color
Monochromatic Colors of #677A70
Black with #677A70
Text Example
Text Example
White with #677A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A70; }
p { color: rgb(103,122,112); }
H1.HeaderClassName
{
color: #677A70;
}
.AnyTagClassName
{
color: #677A70;
}
</style>
background-color css
<style>
a { background-color: #677A70; }
a { background-color: rgb(103,122,112); }
div.DivClassName
{
background-color: #677A70;
}
.BgClassName
{
background-color: #677A70;
}
</style>
border-color css
<style>
span { border-color: #677A70; }
span { border-color: rgb(103,122,112); }
td.TdClassName
{
border-color: #677A70;
}
.TagClassName
{
border-color: #677A70;
}
</style>