Shades of Patina #648A7F
Tints of Patina #648A7F
RGB
CMYK
RGB Variations
Color information
#648A7F (or 0x648A7F) is known color: Patina. HEX triplet: 64, 8A and 7F. RGB value is (100,138,127). Sum of RGB (Red+Green+Blue) = 100+138+127=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #648A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A7F is #9B7580. Grayscale: #7D7D7D. Windows color (decimal): -10188161 or 8358500. OLE color: 8358500.
HSL color Cylindrical-coordinate representation of color #648A7F: hue angle of 162.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A7F is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 138 | 127 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.46 |
| HSL | 162.63º | 0.16% | 0.47% | - |
| HSV(B) | 162.63º | 0.28% | 0.54% | - |
| XYZ | 18.17 | 22.42 | 23.45 | - |
| YUV | 125.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 127 | 0.28 | 0 | 0.08 | 0.46 | 162.63 | 0.16 | 0.47 |
| Hex | 64 | 8A | 7F | 1C | 0 | 8 | 2E | A3 | 10 | 2F |
| Octal | 144 | 212 | 177 | 34 | 0 | 10 | 56 | 243 | 20 | 57 |
| Binary | 1100100 | 10001010 | 1111111 | 11100 | 0 | 1000 | 101110 | 10100011 | 10000 | 101111 |
Color Harmonies of #648A7F
Complementary color
Monochromatic Colors of #648A7F
Black with #648A7F
Text Example
Text Example
White with #648A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648A7F; }
p { color: rgb(100,138,127); }
H1.HeaderClassName
{
color: #648A7F;
}
.AnyTagClassName
{
color: #648A7F;
}
</style>
background-color css
<style>
a { background-color: #648A7F; }
a { background-color: rgb(100,138,127); }
div.DivClassName
{
background-color: #648A7F;
}
.BgClassName
{
background-color: #648A7F;
}
</style>
border-color css
<style>
span { border-color: #648A7F; }
span { border-color: rgb(100,138,127); }
td.TdClassName
{
border-color: #648A7F;
}
.TagClassName
{
border-color: #648A7F;
}
</style>