Shades of Sirocco #677B6C
Tints of Sirocco #677B6C
RGB
CMYK
RGB Variations
Color information
#677B6C (or 0x677B6C) is known color: Sirocco. HEX triplet: 67, 7B and 6C. RGB value is (103,123,108). Sum of RGB (Red+Green+Blue) = 103+123+108=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 123 - color contains mainly: green. Hex color #677B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B6C is #988493. Grayscale: #737373. Windows color (decimal): -9995412 or 7109479. OLE color: 7109479.
HSL color Cylindrical-coordinate representation of color #677B6C: hue angle of 135º degrees, saturation: 0.09, 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 #677B6C is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 108 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.52 |
| HSL | 135º | 0.09% | 0.44% | - |
| HSV(B) | 135º | 0.16% | 0.48% | - |
| XYZ | 15.38 | 18.13 | 16.88 | - |
| YUV | 115.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 108 | 0.16 | 0 | 0.12 | 0.52 | 135 | 0.09 | 0.44 |
| Hex | 67 | 7B | 6C | 10 | 0 | C | 34 | 87 | 9 | 2C |
| Octal | 147 | 173 | 154 | 20 | 0 | 14 | 64 | 207 | 11 | 54 |
| Binary | 1100111 | 1111011 | 1101100 | 10000 | 0 | 1100 | 110100 | 10000111 | 1001 | 101100 |
Color Harmonies of #677B6C
Complementary color
Monochromatic Colors of #677B6C
Black with #677B6C
Text Example
Text Example
White with #677B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B6C; }
p { color: rgb(103,123,108); }
H1.HeaderClassName
{
color: #677B6C;
}
.AnyTagClassName
{
color: #677B6C;
}
</style>
background-color css
<style>
a { background-color: #677B6C; }
a { background-color: rgb(103,123,108); }
div.DivClassName
{
background-color: #677B6C;
}
.BgClassName
{
background-color: #677B6C;
}
</style>
border-color css
<style>
span { border-color: #677B6C; }
span { border-color: rgb(103,123,108); }
td.TdClassName
{
border-color: #677B6C;
}
.TagClassName
{
border-color: #677B6C;
}
</style>