Shades of Tapa #7D7D6A
Tints of Tapa #7D7D6A
RGB
CMYK
RGB Variations
Color information
#7D7D6A (or 0x7D7D6A) is known color: Tapa. HEX triplet: 7D, 7D and 6A. RGB value is (125,125,106). Sum of RGB (Red+Green+Blue) = 125+125+106=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 125 - color contains mainly: red, green. Hex color #7D7D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7D6A is #828295. Grayscale: #7A7A7A. Windows color (decimal): -8553110 or 6978941. OLE color: 6978941.
HSL color Cylindrical-coordinate representation of color #7D7D6A: hue angle of 60º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D7D6A is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 125 | 106 | - |
| CMYK | 0 | 0 | 0.15 | 0.51 |
| HSL | 60º | 0.08% | 0.45% | - |
| HSV(B) | 60º | 0.15% | 0.49% | - |
| XYZ | 18.39 | 20.07 | 16.54 | - |
| YUV | 122.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 125 | 106 | 0 | 0 | 0.15 | 0.51 | 60 | 0.08 | 0.45 |
| Hex | 7D | 7D | 6A | 0 | 0 | F | 33 | 3C | 8 | 2D |
| Octal | 175 | 175 | 152 | 0 | 0 | 17 | 63 | 74 | 10 | 55 |
| Binary | 1111101 | 1111101 | 1101010 | 0 | 0 | 1111 | 110011 | 111100 | 1000 | 101101 |
Color Harmonies of #7D7D6A
Complementary color
Monochromatic Colors of #7D7D6A
Black with #7D7D6A
Text Example
Text Example
White with #7D7D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7D6A; }
p { color: rgb(125,125,106); }
H1.HeaderClassName
{
color: #7D7D6A;
}
.AnyTagClassName
{
color: #7D7D6A;
}
</style>
background-color css
<style>
a { background-color: #7D7D6A; }
a { background-color: rgb(125,125,106); }
div.DivClassName
{
background-color: #7D7D6A;
}
.BgClassName
{
background-color: #7D7D6A;
}
</style>
border-color css
<style>
span { border-color: #7D7D6A; }
span { border-color: rgb(125,125,106); }
td.TdClassName
{
border-color: #7D7D6A;
}
.TagClassName
{
border-color: #7D7D6A;
}
</style>