Html Css Color HEX #727271 Tapa

📋 copy color: '#727271'

red 114 ◦ green 114 ◦ blue 113

#727271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapa #727271

Tints of Tapa #727271

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 value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#727271 (or 0x727271) is known color: 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

RGB 114 114 113 -
CMYK 0 0 0.01 0.55
HSL 60º 0% 0.45% -
HSV(B) 60º 0.01% 0.45% -
XYZ 15.94 16.8 18.03 -
YUV 113.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 114 114 113 0 0 0.01 0.55 60 0 0.45
Hex 72 72 71 0 0 1 37 3C 0 2D
Octal 162 162 161 0 0 1 67 74 0 55
Binary 1110010 1110010 1110001 0 0 1 110111 111100 0 101101

Color Harmonies of #727271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727271

Black with #727271

Text Example


Text Example

White with #727271

Text Example


Text Example

HTML Codes & Css Web 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>