Shades of De York #7FBB88
Tints of De York #7FBB88
RGB
CMYK
RGB Variations
Color information
#7FBB88 (or 0x7FBB88) is known color: De York. HEX triplet: 7F, BB and 88. RGB value is (127,187,136). Sum of RGB (Red+Green+Blue) = 127+187+136=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB88 is #804477. Grayscale: #A3A3A3. Windows color (decimal): -8406136 or 8960895. OLE color: 8960895.
HSL color Cylindrical-coordinate representation of color #7FBB88: hue angle of 129º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBB88 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 136 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.27 |
| HSL | 129º | 0.31% | 0.62% | - |
| HSV(B) | 129º | 0.32% | 0.73% | - |
| XYZ | 30.97 | 41.83 | 29.73 | - |
| YUV | 163.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 136 | 0.32 | 0 | 0.27 | 0.27 | 129 | 0.31 | 0.62 |
| Hex | 7F | BB | 88 | 20 | 0 | 1B | 1B | 81 | 1F | 3E |
| Octal | 177 | 273 | 210 | 40 | 0 | 33 | 33 | 201 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10001000 | 100000 | 0 | 11011 | 11011 | 10000001 | 11111 | 111110 |
Color Harmonies of #7FBB88
Complementary color
Monochromatic Colors of #7FBB88
Black with #7FBB88
Text Example
Text Example
White with #7FBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBB88; }
p { color: rgb(127,187,136); }
H1.HeaderClassName
{
color: #7FBB88;
}
.AnyTagClassName
{
color: #7FBB88;
}
</style>
background-color css
<style>
a { background-color: #7FBB88; }
a { background-color: rgb(127,187,136); }
div.DivClassName
{
background-color: #7FBB88;
}
.BgClassName
{
background-color: #7FBB88;
}
</style>
border-color css
<style>
span { border-color: #7FBB88; }
span { border-color: rgb(127,187,136); }
td.TdClassName
{
border-color: #7FBB88;
}
.TagClassName
{
border-color: #7FBB88;
}
</style>