Shades of Tapa #74756B
Tints of Tapa #74756B
RGB
CMYK
RGB Variations
Color information
#74756B (or 0x74756B) is known color: Tapa. HEX triplet: 74, 75 and 6B. RGB value is (116,117,107). Sum of RGB (Red+Green+Blue) = 116+117+107=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #74756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756B is #8B8A94. Grayscale: #737373. Windows color (decimal): -9144981 or 7042420. OLE color: 7042420.
HSL color Cylindrical-coordinate representation of color #74756B: hue angle of 66º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74756B is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 107 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.54 |
| HSL | 66º | 0.04% | 0.44% | - |
| HSV(B) | 66º | 0.09% | 0.46% | - |
| XYZ | 16.22 | 17.5 | 16.43 | - |
| YUV | 115.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 107 | 0.01 | 0 | 0.09 | 0.54 | 66 | 0.04 | 0.44 |
| Hex | 74 | 75 | 6B | 1 | 0 | 9 | 36 | 42 | 4 | 2C |
| Octal | 164 | 165 | 153 | 1 | 0 | 11 | 66 | 102 | 4 | 54 |
| Binary | 1110100 | 1110101 | 1101011 | 1 | 0 | 1001 | 110110 | 1000010 | 100 | 101100 |
Color Harmonies of #74756B
Complementary color
Monochromatic Colors of #74756B
Black with #74756B
Text Example
Text Example
White with #74756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74756B; }
p { color: rgb(116,117,107); }
H1.HeaderClassName
{
color: #74756B;
}
.AnyTagClassName
{
color: #74756B;
}
</style>
background-color css
<style>
a { background-color: #74756B; }
a { background-color: rgb(116,117,107); }
div.DivClassName
{
background-color: #74756B;
}
.BgClassName
{
background-color: #74756B;
}
</style>
border-color css
<style>
span { border-color: #74756B; }
span { border-color: rgb(116,117,107); }
td.TdClassName
{
border-color: #74756B;
}
.TagClassName
{
border-color: #74756B;
}
</style>