Shades of Patina #64877D
Tints of Patina #64877D
RGB
CMYK
RGB Variations
Color information
#64877D (or 0x64877D) is known color: Patina. HEX triplet: 64, 87 and 7D. RGB value is (100,135,125). Sum of RGB (Red+Green+Blue) = 100+135+125=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #64877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64877D is #9B7882. Grayscale: #7B7B7B. Windows color (decimal): -10188931 or 8226660. OLE color: 8226660.
HSL color Cylindrical-coordinate representation of color #64877D: hue angle of 162.86º 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 #64877D is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 125 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.47 |
| HSL | 162.86º | 0.15% | 0.46% | - |
| HSV(B) | 162.86º | 0.26% | 0.53% | - |
| XYZ | 17.62 | 21.52 | 22.63 | - |
| YUV | 123.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 125 | 0.26 | 0 | 0.07 | 0.47 | 162.86 | 0.15 | 0.46 |
| Hex | 64 | 87 | 7D | 1A | 0 | 7 | 2F | A3 | F | 2E |
| Octal | 144 | 207 | 175 | 32 | 0 | 7 | 57 | 243 | 17 | 56 |
| Binary | 1100100 | 10000111 | 1111101 | 11010 | 0 | 111 | 101111 | 10100011 | 1111 | 101110 |
Color Harmonies of #64877D
Complementary color
Monochromatic Colors of #64877D
Black with #64877D
Text Example
Text Example
White with #64877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64877D; }
p { color: rgb(100,135,125); }
H1.HeaderClassName
{
color: #64877D;
}
.AnyTagClassName
{
color: #64877D;
}
</style>
background-color css
<style>
a { background-color: #64877D; }
a { background-color: rgb(100,135,125); }
div.DivClassName
{
background-color: #64877D;
}
.BgClassName
{
background-color: #64877D;
}
</style>
border-color css
<style>
span { border-color: #64877D; }
span { border-color: rgb(100,135,125); }
td.TdClassName
{
border-color: #64877D;
}
.TagClassName
{
border-color: #64877D;
}
</style>