Shades of Tapa #7B7B6D
Tints of Tapa #7B7B6D
RGB
CMYK
RGB Variations
Color information
#7B7B6D (or 0x7B7B6D) is known color: Tapa. HEX triplet: 7B, 7B and 6D. RGB value is (123,123,109). Sum of RGB (Red+Green+Blue) = 123+123+109=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7B6D is #848492. Grayscale: #797979. Windows color (decimal): -8684691 or 7175035. OLE color: 7175035.
HSL color Cylindrical-coordinate representation of color #7B7B6D: hue angle of 60º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B7B6D is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 123 | 109 | - |
| CMYK | 0 | 0 | 0.11 | 0.52 |
| HSL | 60º | 0.06% | 0.45% | - |
| HSV(B) | 60º | 0.11% | 0.48% | - |
| XYZ | 18.01 | 19.48 | 17.28 | - |
| YUV | 121.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 123 | 109 | 0 | 0 | 0.11 | 0.52 | 60 | 0.06 | 0.45 |
| Hex | 7B | 7B | 6D | 0 | 0 | B | 34 | 3C | 6 | 2D |
| Octal | 173 | 173 | 155 | 0 | 0 | 13 | 64 | 74 | 6 | 55 |
| Binary | 1111011 | 1111011 | 1101101 | 0 | 0 | 1011 | 110100 | 111100 | 110 | 101101 |
Color Harmonies of #7B7B6D
Complementary color
Monochromatic Colors of #7B7B6D
Black with #7B7B6D
Text Example
Text Example
White with #7B7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7B6D; }
p { color: rgb(123,123,109); }
H1.HeaderClassName
{
color: #7B7B6D;
}
.AnyTagClassName
{
color: #7B7B6D;
}
</style>
background-color css
<style>
a { background-color: #7B7B6D; }
a { background-color: rgb(123,123,109); }
div.DivClassName
{
background-color: #7B7B6D;
}
.BgClassName
{
background-color: #7B7B6D;
}
</style>
border-color css
<style>
span { border-color: #7B7B6D; }
span { border-color: rgb(123,123,109); }
td.TdClassName
{
border-color: #7B7B6D;
}
.TagClassName
{
border-color: #7B7B6D;
}
</style>