#727271

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

Shades of Tapa #727271

Tints of Tapa #727271

Color information

#727271 (or 0x727271) is unknown color: approx Tapa. HEX triplet: 72, 72 and 71. RGB value is (114,114,113). Sum of RGB (Red+Green+Blue) = 114+114+113=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727271 is #8D8D8E. Grayscale: #717171. Windows color (decimal): -9276815 or 7434866. OLE color: 7434866.

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

Color convert

RGB114114113-
CMYK000.010.55
HSL60º0.44%44.51%-
HSV(B)60º0.88%44.71%-
XYZ15.9416.818.03-
YUV113.89127.5128.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=33.43%
G=33.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114114113000.010.55600.4444.51
Hex727271001373c02d
Octal1621621610016774055
Binary1110010111001011100010011101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727271; }

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

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

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

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

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

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

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

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