Shades of Tapa #7E7F68
Tints of Tapa #7E7F68
RGB
CMYK
RGB Variations
Color information
#7E7F68 (or 0x7E7F68) is known color: Tapa. HEX triplet: 7E, 7F and 68. RGB value is (126,127,104). Sum of RGB (Red+Green+Blue) = 126+127+104=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7F68 is #818097. Grayscale: #7C7C7C. Windows color (decimal): -8487064 or 6848382. OLE color: 6848382.
HSL color Cylindrical-coordinate representation of color #7E7F68: hue angle of 62.61º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E7F68 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 127 | 104 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.50 |
| HSL | 62.61º | 0.1% | 0.45% | - |
| HSV(B) | 62.61º | 0.18% | 0.5% | - |
| XYZ | 18.69 | 20.61 | 16.09 | - |
| YUV | 124.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 104 | 0.01 | 0 | 0.18 | 0.50 | 62.61 | 0.1 | 0.45 |
| Hex | 7E | 7F | 68 | 1 | 0 | 12 | 32 | 3F | A | 2D |
| Octal | 176 | 177 | 150 | 1 | 0 | 22 | 62 | 77 | 12 | 55 |
| Binary | 1111110 | 1111111 | 1101000 | 1 | 0 | 10010 | 110010 | 111111 | 1010 | 101101 |
Color Harmonies of #7E7F68
Complementary color
Monochromatic Colors of #7E7F68
Black with #7E7F68
Text Example
Text Example
White with #7E7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7F68; }
p { color: rgb(126,127,104); }
H1.HeaderClassName
{
color: #7E7F68;
}
.AnyTagClassName
{
color: #7E7F68;
}
</style>
background-color css
<style>
a { background-color: #7E7F68; }
a { background-color: rgb(126,127,104); }
div.DivClassName
{
background-color: #7E7F68;
}
.BgClassName
{
background-color: #7E7F68;
}
</style>
border-color css
<style>
span { border-color: #7E7F68; }
span { border-color: rgb(126,127,104); }
td.TdClassName
{
border-color: #7E7F68;
}
.TagClassName
{
border-color: #7E7F68;
}
</style>