Shades of Tapa #74756C
Tints of Tapa #74756C
RGB
CMYK
RGB Variations
Color information
#74756C (or 0x74756C) is known color: Tapa. HEX triplet: 74, 75 and 6C. RGB value is (116,117,108). Sum of RGB (Red+Green+Blue) = 116+117+108=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 117 - color contains mainly: green. Hex color #74756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756C is #8B8A93. Grayscale: #737373. Windows color (decimal): -9144980 or 7107956. OLE color: 7107956.
HSL color Cylindrical-coordinate representation of color #74756C: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74756C is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 108 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.54 |
| HSL | 66.67º | 0.04% | 0.44% | - |
| HSV(B) | 66.67º | 0.08% | 0.46% | - |
| XYZ | 16.27 | 17.52 | 16.71 | - |
| YUV | 115.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 108 | 0.01 | 0 | 0.08 | 0.54 | 66.67 | 0.04 | 0.44 |
| Hex | 74 | 75 | 6C | 1 | 0 | 8 | 36 | 43 | 4 | 2C |
| Octal | 164 | 165 | 154 | 1 | 0 | 10 | 66 | 103 | 4 | 54 |
| Binary | 1110100 | 1110101 | 1101100 | 1 | 0 | 1000 | 110110 | 1000011 | 100 | 101100 |
Color Harmonies of #74756C
Complementary color
Monochromatic Colors of #74756C
Black with #74756C
Text Example
Text Example
White with #74756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74756C; }
p { color: rgb(116,117,108); }
H1.HeaderClassName
{
color: #74756C;
}
.AnyTagClassName
{
color: #74756C;
}
</style>
background-color css
<style>
a { background-color: #74756C; }
a { background-color: rgb(116,117,108); }
div.DivClassName
{
background-color: #74756C;
}
.BgClassName
{
background-color: #74756C;
}
</style>
border-color css
<style>
span { border-color: #74756C; }
span { border-color: rgb(116,117,108); }
td.TdClassName
{
border-color: #74756C;
}
.TagClassName
{
border-color: #74756C;
}
</style>