#727268

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

Shades of Tapa #727268

Tints of Tapa #727268

Color information

#727268 (or 0x727268) is unknown color: approx Tapa. HEX triplet: 72, 72 and 68. RGB value is (114,114,104). Sum of RGB (Red+Green+Blue) = 114+114+104=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727268 is #8D8D97. Grayscale: #707070. Windows color (decimal): -9276824 or 6845042. OLE color: 6845042.

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

Color convert

RGB114114104-
CMYK000.090.55
HSL60º4.59%42.75%-
HSV(B)60º8.77%44.71%-
XYZ15.4616.6115.49-
YUV112.86123128.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=34.34%
G=34.34%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114114104000.090.55604.5942.75
Hex727268009373c52b
Octal16216215000116774553
Binary111001011100101101000001001110111111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727268; }

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

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

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

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

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

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

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

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