#73736A

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

Shades of Tapa #73736A

Tints of Tapa #73736A

Color information

#73736A (or 0x73736A) is unknown color: approx Tapa. HEX triplet: 73, 73 and 6A. RGB value is (115,115,106). Sum of RGB (Red+Green+Blue) = 115+115+106=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73736A is #8C8C95. Grayscale: #727272. Windows color (decimal): -9211030 or 6976371. OLE color: 6976371.

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

Color convert

RGB115115106-
CMYK000.080.55
HSL60º4.07%43.33%-
HSV(B)60º7.83%45.1%-
XYZ15.816.9516.07-
YUV113.97123.5128.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=34.23%
G=34.23%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115115106000.080.55604.0743.33
Hex73736A008373c42b
Octal16316315200106774453
Binary111001111100111101010001000110111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73736A; }

 p { color: rgb(115,115,106); }

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

<style>
 a { background-color: #73736A; }

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

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

<style>
 span { border-color: #73736A; }

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

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