Shades of Tapa #74756A
Tints of Tapa #74756A
RGB
CMYK
RGB Variations
Color information
#74756A (or 0x74756A) is known color: Tapa. HEX triplet: 74, 75 and 6A. RGB value is (116,117,106). Sum of RGB (Red+Green+Blue) = 116+117+106=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 117 - color contains mainly: green. Hex color #74756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756A is #8B8A95. Grayscale: #737373. Windows color (decimal): -9144982 or 6976884. OLE color: 6976884.
HSL color Cylindrical-coordinate representation of color #74756A: hue angle of 65.45º degrees, saturation: 0.05, 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 #74756A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 106 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.54 |
| HSL | 65.45º | 0.05% | 0.44% | - |
| HSV(B) | 65.45º | 0.09% | 0.46% | - |
| XYZ | 16.17 | 17.48 | 16.16 | - |
| YUV | 115.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 106 | 0.01 | 0 | 0.09 | 0.54 | 65.45 | 0.05 | 0.44 |
| Hex | 74 | 75 | 6A | 1 | 0 | 9 | 36 | 41 | 5 | 2C |
| Octal | 164 | 165 | 152 | 1 | 0 | 11 | 66 | 101 | 5 | 54 |
| Binary | 1110100 | 1110101 | 1101010 | 1 | 0 | 1001 | 110110 | 1000001 | 101 | 101100 |
Color Harmonies of #74756A
Complementary color
Monochromatic Colors of #74756A
Black with #74756A
Text Example
Text Example
White with #74756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74756A; }
p { color: rgb(116,117,106); }
H1.HeaderClassName
{
color: #74756A;
}
.AnyTagClassName
{
color: #74756A;
}
</style>
background-color css
<style>
a { background-color: #74756A; }
a { background-color: rgb(116,117,106); }
div.DivClassName
{
background-color: #74756A;
}
.BgClassName
{
background-color: #74756A;
}
</style>
border-color css
<style>
span { border-color: #74756A; }
span { border-color: rgb(116,117,106); }
td.TdClassName
{
border-color: #74756A;
}
.TagClassName
{
border-color: #74756A;
}
</style>