Shades of Laurel #77947A
Tints of Laurel #77947A
RGB
CMYK
RGB Variations
Color information
#77947A (or 0x77947A) is known color: Laurel. HEX triplet: 77, 94 and 7A. RGB value is (119,148,122). Sum of RGB (Red+Green+Blue) = 119+148+122=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #77947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77947A is #886B85. Grayscale: #888888. Windows color (decimal): -8940422 or 8033399. OLE color: 8033399.
HSL color Cylindrical-coordinate representation of color #77947A: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77947A is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 122 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.42 |
| HSL | 126.21º | 0.12% | 0.52% | - |
| HSV(B) | 126.21º | 0.2% | 0.58% | - |
| XYZ | 21.71 | 26.51 | 22.38 | - |
| YUV | 136.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 122 | 0.20 | 0 | 0.18 | 0.42 | 126.21 | 0.12 | 0.52 |
| Hex | 77 | 94 | 7A | 14 | 0 | 12 | 2A | 7E | C | 34 |
| Octal | 167 | 224 | 172 | 24 | 0 | 22 | 52 | 176 | 14 | 64 |
| Binary | 1110111 | 10010100 | 1111010 | 10100 | 0 | 10010 | 101010 | 1111110 | 1100 | 110100 |
Color Harmonies of #77947A
Complementary color
Monochromatic Colors of #77947A
Black with #77947A
Text Example
Text Example
White with #77947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77947A; }
p { color: rgb(119,148,122); }
H1.HeaderClassName
{
color: #77947A;
}
.AnyTagClassName
{
color: #77947A;
}
</style>
background-color css
<style>
a { background-color: #77947A; }
a { background-color: rgb(119,148,122); }
div.DivClassName
{
background-color: #77947A;
}
.BgClassName
{
background-color: #77947A;
}
</style>
border-color css
<style>
span { border-color: #77947A; }
span { border-color: rgb(119,148,122); }
td.TdClassName
{
border-color: #77947A;
}
.TagClassName
{
border-color: #77947A;
}
</style>