Shades of De York #7CBA83
Tints of De York #7CBA83
RGB
CMYK
RGB Variations
Color information
#7CBA83 (or 0x7CBA83) is known color: De York. HEX triplet: 7C, BA and 83. RGB value is (124,186,131). Sum of RGB (Red+Green+Blue) = 124+186+131=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBA83 is #83457C. Grayscale: #A1A1A1. Windows color (decimal): -8603005 or 8632956. OLE color: 8632956.
HSL color Cylindrical-coordinate representation of color #7CBA83: hue angle of 126.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBA83 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 131 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.27 |
| HSL | 126.77º | 0.31% | 0.61% | - |
| HSV(B) | 126.77º | 0.33% | 0.73% | - |
| XYZ | 29.97 | 41.04 | 27.82 | - |
| YUV | 161.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 131 | 0.33 | 0 | 0.30 | 0.27 | 126.77 | 0.31 | 0.61 |
| Hex | 7C | BA | 83 | 21 | 0 | 1E | 1B | 7F | 1F | 3D |
| Octal | 174 | 272 | 203 | 41 | 0 | 36 | 33 | 177 | 37 | 75 |
| Binary | 1111100 | 10111010 | 10000011 | 100001 | 0 | 11110 | 11011 | 1111111 | 11111 | 111101 |
Color Harmonies of #7CBA83
Complementary color
Monochromatic Colors of #7CBA83
Black with #7CBA83
Text Example
Text Example
White with #7CBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA83; }
p { color: rgb(124,186,131); }
H1.HeaderClassName
{
color: #7CBA83;
}
.AnyTagClassName
{
color: #7CBA83;
}
</style>
background-color css
<style>
a { background-color: #7CBA83; }
a { background-color: rgb(124,186,131); }
div.DivClassName
{
background-color: #7CBA83;
}
.BgClassName
{
background-color: #7CBA83;
}
</style>
border-color css
<style>
span { border-color: #7CBA83; }
span { border-color: rgb(124,186,131); }
td.TdClassName
{
border-color: #7CBA83;
}
.TagClassName
{
border-color: #7CBA83;
}
</style>