#72736D

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

Shades of Tapa #72736D

Tints of Tapa #72736D

Color information

#72736D (or 0x72736D) is unknown color: approx Tapa. HEX triplet: 72, 73 and 6D. RGB value is (114,115,109). Sum of RGB (Red+Green+Blue) = 114+115+109=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 115 - color contains mainly: green. Hex color #72736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736D is #8D8C92. Grayscale: #727272. Windows color (decimal): -9276563 or 7172978. OLE color: 7172978.

HSL color Cylindrical-coordinate representation of color #72736D: 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 #72736D is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB114115109-
CMYK0.0100.050.55
HSL70º2.68%43.92%-
HSV(B)70º5.22%45.1%-
XYZ15.8316.9416.9-
YUV114.02125.17127.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=33.73%
G=34.02%
B=32.25%

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
Decimal1141151090.0100.050.55702.6843.92
Hex72736D105374632c
Octal16216315510567106354
Binary11100101110011110110110101110111100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72736D; }

 p { color: rgb(114,115,109); }

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

<style>
 a { background-color: #72736D; }

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

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

<style>
 span { border-color: #72736D; }

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

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