#74756A

Color #74756A Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #74756A

Tints of Tapa #74756A

Color information

#74756A (or 0x74756A) is unknown color: approx 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

RGB116117106-
CMYK0.0100.090.54
HSL65.45º4.93%43.73%-
HSV(B)65.45º9.4%45.88%-
XYZ16.1717.4816.16-
YUV115.45122.67128.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=34.22%
G=34.51%
B=31.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171060.0100.090.5465.454.9343.73
Hex74756A109364152c
Octal164165152101166101554
Binary1110100111010111010101010011101101000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>