Shades of Patina #648A7C
Tints of Patina #648A7C
RGB
CMYK
RGB Variations
Color information
#648A7C (or 0x648A7C) is known color: Patina. HEX triplet: 64, 8A and 7C. RGB value is (100,138,124). Sum of RGB (Red+Green+Blue) = 100+138+124=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #648A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A7C is #9B7583. Grayscale: #7D7D7D. Windows color (decimal): -10188164 or 8161892. OLE color: 8161892.
HSL color Cylindrical-coordinate representation of color #648A7C: hue angle of 157.89º 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 #648A7C is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 138 | 124 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.46 |
| HSL | 157.89º | 0.16% | 0.47% | - |
| HSV(B) | 157.89º | 0.28% | 0.54% | - |
| XYZ | 17.98 | 22.34 | 22.43 | - |
| YUV | 125.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 124 | 0.28 | 0 | 0.10 | 0.46 | 157.89 | 0.16 | 0.47 |
| Hex | 64 | 8A | 7C | 1C | 0 | A | 2E | 9E | 10 | 2F |
| Octal | 144 | 212 | 174 | 34 | 0 | 12 | 56 | 236 | 20 | 57 |
| Binary | 1100100 | 10001010 | 1111100 | 11100 | 0 | 1010 | 101110 | 10011110 | 10000 | 101111 |
Color Harmonies of #648A7C
Complementary color
Monochromatic Colors of #648A7C
Black with #648A7C
Text Example
Text Example
White with #648A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648A7C; }
p { color: rgb(100,138,124); }
H1.HeaderClassName
{
color: #648A7C;
}
.AnyTagClassName
{
color: #648A7C;
}
</style>
background-color css
<style>
a { background-color: #648A7C; }
a { background-color: rgb(100,138,124); }
div.DivClassName
{
background-color: #648A7C;
}
.BgClassName
{
background-color: #648A7C;
}
</style>
border-color css
<style>
span { border-color: #648A7C; }
span { border-color: rgb(100,138,124); }
td.TdClassName
{
border-color: #648A7C;
}
.TagClassName
{
border-color: #648A7C;
}
</style>