Shades of Sirocco #677A6D
Tints of Sirocco #677A6D
RGB
CMYK
RGB Variations
Color information
#677A6D (or 0x677A6D) is known color: Sirocco. HEX triplet: 67, 7A and 6D. RGB value is (103,122,109). Sum of RGB (Red+Green+Blue) = 103+122+109=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #677A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A6D is #988592. Grayscale: #727272. Windows color (decimal): -9995667 or 7174759. OLE color: 7174759.
HSL color Cylindrical-coordinate representation of color #677A6D: hue angle of 138.95º 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 #677A6D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
RGB | 103 | 122 | 109 | - |
CMYK | 0.16 | 0 | 0.11 | 0.52 |
HSL | 138.95º | 0.08% | 0.44% | - |
HSV(B) | 138.95º | 0.16% | 0.48% | - |
XYZ | 15.31 | 17.91 | 17.12 | - |
YUV | 114.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 122 | 109 | 0.16 | 0 | 0.11 | 0.52 | 138.95 | 0.08 | 0.44 |
Hex | 67 | 7A | 6D | 10 | 0 | B | 34 | 8B | 8 | 2C |
Octal | 147 | 172 | 155 | 20 | 0 | 13 | 64 | 213 | 10 | 54 |
Binary | 1100111 | 1111010 | 1101101 | 10000 | 0 | 1011 | 110100 | 10001011 | 1000 | 101100 |
Color Harmonies of #677A6D
Complementary color
Monochromatic Colors of #677A6D
Black with #677A6D
Text Example
Text Example
White with #677A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A6D; }
p { color: rgb(103,122,109); }
H1.HeaderClassName
{
color: #677A6D;
}
.AnyTagClassName
{
color: #677A6D;
}
</style>
background-color css
<style>
a { background-color: #677A6D; }
a { background-color: rgb(103,122,109); }
div.DivClassName
{
background-color: #677A6D;
}
.BgClassName
{
background-color: #677A6D;
}
</style>
border-color css
<style>
span { border-color: #677A6D; }
span { border-color: rgb(103,122,109); }
td.TdClassName
{
border-color: #677A6D;
}
.TagClassName
{
border-color: #677A6D;
}
</style>