Shades of Patina #64877F
Tints of Patina #64877F
RGB
CMYK
RGB Variations
Color information
#64877F (or 0x64877F) is known color: Patina. HEX triplet: 64, 87 and 7F. RGB value is (100,135,127). Sum of RGB (Red+Green+Blue) = 100+135+127=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #64877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64877F is #9B7880. Grayscale: #7B7B7B. Windows color (decimal): -10188929 or 8357732. OLE color: 8357732.
HSL color Cylindrical-coordinate representation of color #64877F: hue angle of 166.29º 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 #64877F is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 127 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.47 |
| HSL | 166.29º | 0.15% | 0.46% | - |
| HSV(B) | 166.29º | 0.26% | 0.53% | - |
| XYZ | 17.75 | 21.57 | 23.31 | - |
| YUV | 123.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 127 | 0.26 | 0 | 0.06 | 0.47 | 166.29 | 0.15 | 0.46 |
| Hex | 64 | 87 | 7F | 1A | 0 | 6 | 2F | A6 | F | 2E |
| Octal | 144 | 207 | 177 | 32 | 0 | 6 | 57 | 246 | 17 | 56 |
| Binary | 1100100 | 10000111 | 1111111 | 11010 | 0 | 110 | 101111 | 10100110 | 1111 | 101110 |
Color Harmonies of #64877F
Complementary color
Monochromatic Colors of #64877F
Black with #64877F
Text Example
Text Example
White with #64877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64877F; }
p { color: rgb(100,135,127); }
H1.HeaderClassName
{
color: #64877F;
}
.AnyTagClassName
{
color: #64877F;
}
</style>
background-color css
<style>
a { background-color: #64877F; }
a { background-color: rgb(100,135,127); }
div.DivClassName
{
background-color: #64877F;
}
.BgClassName
{
background-color: #64877F;
}
</style>
border-color css
<style>
span { border-color: #64877F; }
span { border-color: rgb(100,135,127); }
td.TdClassName
{
border-color: #64877F;
}
.TagClassName
{
border-color: #64877F;
}
</style>