Shades of Spanish Green #7F827D
Tints of Spanish Green #7F827D
RGB
CMYK
RGB Variations
Color information
#7F827D (or 0x7F827D) is known color: Spanish Green. HEX triplet: 7F, 82 and 7D. RGB value is (127,130,125). Sum of RGB (Red+Green+Blue) = 127+130+125=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 130 - color contains mainly: green. Hex color #7F827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F827D is #807D82. Grayscale: #808080. Windows color (decimal): -8420739 or 8225407. OLE color: 8225407.
HSL color Cylindrical-coordinate representation of color #7F827D: hue angle of 96º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7F827D is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
RGB | 127 | 130 | 125 | - |
CMYK | 0.02 | 0 | 0.04 | 0.49 |
HSL | 96º | 0.02% | 0.5% | - |
HSV(B) | 96º | 0.04% | 0.51% | - |
XYZ | 20.44 | 21.96 | 22.56 | - |
YUV | 128.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 130 | 125 | 0.02 | 0 | 0.04 | 0.49 | 96 | 0.02 | 0.5 |
Hex | 7F | 82 | 7D | 2 | 0 | 4 | 31 | 60 | 2 | 32 |
Octal | 177 | 202 | 175 | 2 | 0 | 4 | 61 | 140 | 2 | 62 |
Binary | 1111111 | 10000010 | 1111101 | 10 | 0 | 100 | 110001 | 1100000 | 10 | 110010 |
Color Harmonies of #7F827D
Complementary color
Monochromatic Colors of #7F827D
Black with #7F827D
Text Example
Text Example
White with #7F827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F827D; }
p { color: rgb(127,130,125); }
H1.HeaderClassName
{
color: #7F827D;
}
.AnyTagClassName
{
color: #7F827D;
}
</style>
background-color css
<style>
a { background-color: #7F827D; }
a { background-color: rgb(127,130,125); }
div.DivClassName
{
background-color: #7F827D;
}
.BgClassName
{
background-color: #7F827D;
}
</style>
border-color css
<style>
span { border-color: #7F827D; }
span { border-color: rgb(127,130,125); }
td.TdClassName
{
border-color: #7F827D;
}
.TagClassName
{
border-color: #7F827D;
}
</style>