Shades of Sirocco #667769
Tints of Sirocco #667769
RGB
CMYK
RGB Variations
Color information
#667769 (or 0x667769) is known color: Sirocco. HEX triplet: 66, 77 and 69. RGB value is (102,119,105). Sum of RGB (Red+Green+Blue) = 102+119+105=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #667769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667769 is #998896. Grayscale: #707070. Windows color (decimal): -10061975 or 6911846. OLE color: 6911846.
HSL color Cylindrical-coordinate representation of color #667769: hue angle of 130.59º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667769 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 105 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.53 |
| HSL | 130.59º | 0.08% | 0.43% | - |
| HSV(B) | 130.59º | 0.14% | 0.47% | - |
| XYZ | 14.63 | 17.04 | 15.88 | - |
| YUV | 112.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 105 | 0.14 | 0 | 0.12 | 0.53 | 130.59 | 0.08 | 0.43 |
| Hex | 66 | 77 | 69 | E | 0 | C | 35 | 83 | 8 | 2B |
| Octal | 146 | 167 | 151 | 16 | 0 | 14 | 65 | 203 | 10 | 53 |
| Binary | 1100110 | 1110111 | 1101001 | 1110 | 0 | 1100 | 110101 | 10000011 | 1000 | 101011 |
Color Harmonies of #667769
Complementary color
Monochromatic Colors of #667769
Black with #667769
Text Example
Text Example
White with #667769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667769; }
p { color: rgb(102,119,105); }
H1.HeaderClassName
{
color: #667769;
}
.AnyTagClassName
{
color: #667769;
}
</style>
background-color css
<style>
a { background-color: #667769; }
a { background-color: rgb(102,119,105); }
div.DivClassName
{
background-color: #667769;
}
.BgClassName
{
background-color: #667769;
}
</style>
border-color css
<style>
span { border-color: #667769; }
span { border-color: rgb(102,119,105); }
td.TdClassName
{
border-color: #667769;
}
.TagClassName
{
border-color: #667769;
}
</style>