#73746B

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

Shades of Tapa #73746B

Tints of Tapa #73746B

Color information

#73746B (or 0x73746B) is unknown color: approx Tapa. HEX triplet: 73, 74 and 6B. RGB value is (115,116,107). Sum of RGB (Red+Green+Blue) = 115+116+107=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #73746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73746B is #8C8B94. Grayscale: #727272. Windows color (decimal): -9210773 or 7042163. OLE color: 7042163.

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

Color convert

RGB115116107-
CMYK0.0100.080.55
HSL66.67º4.04%43.73%-
HSV(B)66.67º7.76%45.49%-
XYZ15.9717.216.39-
YUV114.68123.67128.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=34.02%
G=34.32%
B=31.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151161070.0100.080.5566.674.0443.73
Hex73746B108374342c
Octal163164153101067103454
Binary1110011111010011010111010001101111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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