#74756E

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

Shades of Tapa #74756E

Tints of Tapa #74756E

Color information

#74756E (or 0x74756E) is unknown color: approx Tapa. HEX triplet: 74, 75 and 6E. RGB value is (116,117,110). Sum of RGB (Red+Green+Blue) = 116+117+110=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 117 - color contains mainly: green. Hex color #74756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756E is #8B8A91. Grayscale: #737373. Windows color (decimal): -9144978 or 7239028. OLE color: 7239028.

HSL color Cylindrical-coordinate representation of color #74756E: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74756E is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB116117110-
CMYK0.0100.060.54
HSL68.57º3.08%44.51%-
HSV(B)68.57º5.98%45.88%-
XYZ16.3817.5617.28-
YUV115.9124.67128.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=33.82%
G=34.11%
B=32.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161171100.0100.060.5468.573.0844.51
Hex74756E106364532d
Octal16416515610666105355
Binary11101001110101110111010110110110100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74756E; }

 p { color: rgb(116,117,110); }

 H1.HeaderClassName
 {
   color: #74756E;
 }
 .AnyTagClassName
 {
   color: #74756E;
 }
</style>
background-color css

<style>
 a { background-color: #74756E; }

 a { background-color: rgb(116,117,110); }

 div.DivClassName
 {
   background-color: #74756E;
 }
 .BgClassName
 {
   background-color: #74756E;
 }
</style>
border-color css

<style>
 span { border-color: #74756E; }

 span { border-color: rgb(116,117,110); }

 td.TdClassName
 {
   border-color: #74756E;
 }
 .TagClassName
 {
   border-color: #74756E;
 }
</style>