Shades of Tapa #7C7E69
Tints of Tapa #7C7E69
RGB
CMYK
RGB Variations
Color information
#7C7E69 (or 0x7C7E69) is known color: Tapa. HEX triplet: 7C, 7E and 69. RGB value is (124,126,105). Sum of RGB (Red+Green+Blue) = 124+126+105=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7E69 is #838196. Grayscale: #7B7B7B. Windows color (decimal): -8618391 or 6913660. OLE color: 6913660.
HSL color Cylindrical-coordinate representation of color #7C7E69: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C7E69 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 126 | 105 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.51 |
| HSL | 65.71º | 0.09% | 0.45% | - |
| HSV(B) | 65.71º | 0.17% | 0.49% | - |
| XYZ | 18.32 | 20.23 | 16.3 | - |
| YUV | 123.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 105 | 0.02 | 0 | 0.17 | 0.51 | 65.71 | 0.09 | 0.45 |
| Hex | 7C | 7E | 69 | 2 | 0 | 11 | 33 | 42 | 9 | 2D |
| Octal | 174 | 176 | 151 | 2 | 0 | 21 | 63 | 102 | 11 | 55 |
| Binary | 1111100 | 1111110 | 1101001 | 10 | 0 | 10001 | 110011 | 1000010 | 1001 | 101101 |
Color Harmonies of #7C7E69
Complementary color
Monochromatic Colors of #7C7E69
Black with #7C7E69
Text Example
Text Example
White with #7C7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E69; }
p { color: rgb(124,126,105); }
H1.HeaderClassName
{
color: #7C7E69;
}
.AnyTagClassName
{
color: #7C7E69;
}
</style>
background-color css
<style>
a { background-color: #7C7E69; }
a { background-color: rgb(124,126,105); }
div.DivClassName
{
background-color: #7C7E69;
}
.BgClassName
{
background-color: #7C7E69;
}
</style>
border-color css
<style>
span { border-color: #7C7E69; }
span { border-color: rgb(124,126,105); }
td.TdClassName
{
border-color: #7C7E69;
}
.TagClassName
{
border-color: #7C7E69;
}
</style>