#72726E

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

Shades of Tapa #72726E

Tints of Tapa #72726E

Color information

#72726E (or 0x72726E) is unknown color: approx Tapa. HEX triplet: 72, 72 and 6E. RGB value is (114,114,110). Sum of RGB (Red+Green+Blue) = 114+114+110=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72726E is #8D8D91. Grayscale: #717171. Windows color (decimal): -9276818 or 7238258. OLE color: 7238258.

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

Color convert

RGB114114110-
CMYK000.040.55
HSL60º1.79%43.92%-
HSV(B)60º3.51%44.71%-
XYZ15.7716.7417.15-
YUV113.54126128.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=33.73%
G=33.73%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114114110000.040.55601.7943.92
Hex72726E004373c22c
Octal1621621560046774254
Binary1110010111001011011100010011011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,114,110); }

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

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

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

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

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

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

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