Shades of Deco #C7D77A
Tints of Deco #C7D77A
RGB
CMYK
RGB Variations
Color information
#C7D77A (or 0xC7D77A) is known color: Deco. HEX triplet: C7, D7 and 7A. RGB value is (199,215,122). Sum of RGB (Red+Green+Blue) = 199+215+122=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D77A is #382885. Grayscale: #C7C7C7. Windows color (decimal): -3680390 or 8050631. OLE color: 8050631.
HSL color Cylindrical-coordinate representation of color #C7D77A: hue angle of 70.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7D77A is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 122 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.16 |
| HSL | 70.32º | 0.54% | 0.66% | - |
| HSV(B) | 70.32º | 0.43% | 0.84% | - |
| XYZ | 51.37 | 62.15 | 27.7 | - |
| YUV | 199.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 122 | 0.07 | 0 | 0.43 | 0.16 | 70.32 | 0.54 | 0.66 |
| Hex | C7 | D7 | 7A | 7 | 0 | 2B | 10 | 46 | 36 | 42 |
| Octal | 307 | 327 | 172 | 7 | 0 | 53 | 20 | 106 | 66 | 102 |
| Binary | 11000111 | 11010111 | 1111010 | 111 | 0 | 101011 | 10000 | 1000110 | 110110 | 1000010 |
Color Harmonies of #C7D77A
Complementary color
Monochromatic Colors of #C7D77A
Black with #C7D77A
Text Example
Text Example
White with #C7D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D77A; }
p { color: rgb(199,215,122); }
H1.HeaderClassName
{
color: #C7D77A;
}
.AnyTagClassName
{
color: #C7D77A;
}
</style>
background-color css
<style>
a { background-color: #C7D77A; }
a { background-color: rgb(199,215,122); }
div.DivClassName
{
background-color: #C7D77A;
}
.BgClassName
{
background-color: #C7D77A;
}
</style>
border-color css
<style>
span { border-color: #C7D77A; }
span { border-color: rgb(199,215,122); }
td.TdClassName
{
border-color: #C7D77A;
}
.TagClassName
{
border-color: #C7D77A;
}
</style>