Shades of Patina #64877C
Tints of Patina #64877C
RGB
CMYK
RGB Variations
Color information
#64877C (or 0x64877C) is known color: Patina. HEX triplet: 64, 87 and 7C. RGB value is (100,135,124). Sum of RGB (Red+Green+Blue) = 100+135+124=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #64877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64877C is #9B7883. Grayscale: #7B7B7B. Windows color (decimal): -10188932 or 8161124. OLE color: 8161124.
HSL color Cylindrical-coordinate representation of color #64877C: hue angle of 161.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64877C is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 124 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.47 |
| HSL | 161.14º | 0.15% | 0.46% | - |
| HSV(B) | 161.14º | 0.26% | 0.53% | - |
| XYZ | 17.56 | 21.49 | 22.29 | - |
| YUV | 123.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 124 | 0.26 | 0 | 0.08 | 0.47 | 161.14 | 0.15 | 0.46 |
| Hex | 64 | 87 | 7C | 1A | 0 | 8 | 2F | A1 | F | 2E |
| Octal | 144 | 207 | 174 | 32 | 0 | 10 | 57 | 241 | 17 | 56 |
| Binary | 1100100 | 10000111 | 1111100 | 11010 | 0 | 1000 | 101111 | 10100001 | 1111 | 101110 |
Color Harmonies of #64877C
Complementary color
Monochromatic Colors of #64877C
Black with #64877C
Text Example
Text Example
White with #64877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64877C; }
p { color: rgb(100,135,124); }
H1.HeaderClassName
{
color: #64877C;
}
.AnyTagClassName
{
color: #64877C;
}
</style>
background-color css
<style>
a { background-color: #64877C; }
a { background-color: rgb(100,135,124); }
div.DivClassName
{
background-color: #64877C;
}
.BgClassName
{
background-color: #64877C;
}
</style>
border-color css
<style>
span { border-color: #64877C; }
span { border-color: rgb(100,135,124); }
td.TdClassName
{
border-color: #64877C;
}
.TagClassName
{
border-color: #64877C;
}
</style>