#73746E

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

Shades of Tapa #73746E

Tints of Tapa #73746E

Color information

#73746E (or 0x73746E) is unknown color: approx Tapa. HEX triplet: 73, 74 and 6E. RGB value is (115,116,110). Sum of RGB (Red+Green+Blue) = 115+116+110=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 116 - color contains mainly: green. Hex color #73746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73746E is #8C8B91. Grayscale: #737373. Windows color (decimal): -9210770 or 7238771. OLE color: 7238771.

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

Color convert

RGB115116110-
CMYK0.0100.050.55
HSL70º2.65%44.31%-
HSV(B)70º5.17%45.49%-
XYZ16.1317.2617.23-
YUV115.02125.17127.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=33.72%
G=34.02%
B=32.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151161100.0100.050.55702.6544.31
Hex73746E105374632c
Octal16316415610567106354
Binary11100111110100110111010101110111100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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