Shades of Sirocco #65766E
Tints of Sirocco #65766E
RGB
CMYK
RGB Variations
Color information
#65766E (or 0x65766E) is known color: Sirocco. HEX triplet: 65, 76 and 6E. RGB value is (101,118,110). Sum of RGB (Red+Green+Blue) = 101+118+110=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #65766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766E is #9A8991. Grayscale: #707070. Windows color (decimal): -10127762 or 7239269. OLE color: 7239269.
HSL color Cylindrical-coordinate representation of color #65766E: hue angle of 151.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65766E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 110 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.54 |
| HSL | 151.76º | 0.08% | 0.43% | - |
| HSV(B) | 151.76º | 0.14% | 0.46% | - |
| XYZ | 14.66 | 16.85 | 17.23 | - |
| YUV | 112.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 110 | 0.14 | 0 | 0.07 | 0.54 | 151.76 | 0.08 | 0.43 |
| Hex | 65 | 76 | 6E | E | 0 | 7 | 36 | 98 | 8 | 2B |
| Octal | 145 | 166 | 156 | 16 | 0 | 7 | 66 | 230 | 10 | 53 |
| Binary | 1100101 | 1110110 | 1101110 | 1110 | 0 | 111 | 110110 | 10011000 | 1000 | 101011 |
Color Harmonies of #65766E
Complementary color
Monochromatic Colors of #65766E
Black with #65766E
Text Example
Text Example
White with #65766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65766E; }
p { color: rgb(101,118,110); }
H1.HeaderClassName
{
color: #65766E;
}
.AnyTagClassName
{
color: #65766E;
}
</style>
background-color css
<style>
a { background-color: #65766E; }
a { background-color: rgb(101,118,110); }
div.DivClassName
{
background-color: #65766E;
}
.BgClassName
{
background-color: #65766E;
}
</style>
border-color css
<style>
span { border-color: #65766E; }
span { border-color: rgb(101,118,110); }
td.TdClassName
{
border-color: #65766E;
}
.TagClassName
{
border-color: #65766E;
}
</style>