#727269

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

Shades of Tapa #727269

Tints of Tapa #727269

Color information

#727269 (or 0x727269) is unknown color: approx Tapa. HEX triplet: 72, 72 and 69. RGB value is (114,114,105). Sum of RGB (Red+Green+Blue) = 114+114+105=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727269 is #8D8D96. Grayscale: #717171. Windows color (decimal): -9276823 or 6910578. OLE color: 6910578.

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

Color convert

RGB114114105-
CMYK000.080.55
HSL60º4.11%42.94%-
HSV(B)60º7.89%44.71%-
XYZ15.5116.6315.76-
YUV112.97123.5128.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=34.23%
G=34.23%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114114105000.080.55604.1142.94
Hex727269008373c42b
Octal16216215100106774453
Binary111001011100101101001001000110111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727269; }

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

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

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

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

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

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

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

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