Shades of Sirocco #65776A
Tints of Sirocco #65776A
RGB
CMYK
RGB Variations
Color information
#65776A (or 0x65776A) is known color: Sirocco. HEX triplet: 65, 77 and 6A. RGB value is (101,119,106). Sum of RGB (Red+Green+Blue) = 101+119+106=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #65776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65776A is #9A8895. Grayscale: #707070. Windows color (decimal): -10127510 or 6977381. OLE color: 6977381.
HSL color Cylindrical-coordinate representation of color #65776A: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #65776A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 106 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.53 |
| HSL | 136.67º | 0.08% | 0.43% | - |
| HSV(B) | 136.67º | 0.15% | 0.47% | - |
| XYZ | 14.57 | 17 | 16.15 | - |
| YUV | 112.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 106 | 0.15 | 0 | 0.11 | 0.53 | 136.67 | 0.08 | 0.43 |
| Hex | 65 | 77 | 6A | F | 0 | B | 35 | 89 | 8 | 2B |
| Octal | 145 | 167 | 152 | 17 | 0 | 13 | 65 | 211 | 10 | 53 |
| Binary | 1100101 | 1110111 | 1101010 | 1111 | 0 | 1011 | 110101 | 10001001 | 1000 | 101011 |
Color Harmonies of #65776A
Complementary color
Monochromatic Colors of #65776A
Black with #65776A
Text Example
Text Example
White with #65776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65776A; }
p { color: rgb(101,119,106); }
H1.HeaderClassName
{
color: #65776A;
}
.AnyTagClassName
{
color: #65776A;
}
</style>
background-color css
<style>
a { background-color: #65776A; }
a { background-color: rgb(101,119,106); }
div.DivClassName
{
background-color: #65776A;
}
.BgClassName
{
background-color: #65776A;
}
</style>
border-color css
<style>
span { border-color: #65776A; }
span { border-color: rgb(101,119,106); }
td.TdClassName
{
border-color: #65776A;
}
.TagClassName
{
border-color: #65776A;
}
</style>