Shades of Laurel #6B776B
Tints of Laurel #6B776B
RGB
CMYK
RGB Variations
Color information
#6B776B (or 0x6B776B) is known color: Laurel. HEX triplet: 6B, 77 and 6B. RGB value is (107,119,107). Sum of RGB (Red+Green+Blue) = 107+119+107=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6B776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B776B is #948894. Grayscale: #727272. Windows color (decimal): -9734293 or 7042923. OLE color: 7042923.
HSL color Cylindrical-coordinate representation of color #6B776B: hue angle of 120º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B776B is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 107 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.53 |
| HSL | 120º | 0.05% | 0.44% | - |
| HSV(B) | 120º | 0.1% | 0.47% | - |
| XYZ | 15.31 | 17.38 | 16.46 | - |
| YUV | 114.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 107 | 0.10 | 0 | 0.10 | 0.53 | 120 | 0.05 | 0.44 |
| Hex | 6B | 77 | 6B | A | 0 | A | 35 | 78 | 5 | 2C |
| Octal | 153 | 167 | 153 | 12 | 0 | 12 | 65 | 170 | 5 | 54 |
| Binary | 1101011 | 1110111 | 1101011 | 1010 | 0 | 1010 | 110101 | 1111000 | 101 | 101100 |
Color Harmonies of #6B776B
Complementary color
Monochromatic Colors of #6B776B
Black with #6B776B
Text Example
Text Example
White with #6B776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B776B; }
p { color: rgb(107,119,107); }
H1.HeaderClassName
{
color: #6B776B;
}
.AnyTagClassName
{
color: #6B776B;
}
</style>
background-color css
<style>
a { background-color: #6B776B; }
a { background-color: rgb(107,119,107); }
div.DivClassName
{
background-color: #6B776B;
}
.BgClassName
{
background-color: #6B776B;
}
</style>
border-color css
<style>
span { border-color: #6B776B; }
span { border-color: rgb(107,119,107); }
td.TdClassName
{
border-color: #6B776B;
}
.TagClassName
{
border-color: #6B776B;
}
</style>