Html Css Color HEX #808276 Tapa

📋 copy color: '#808276'

red 128 ◦ green 130 ◦ blue 118

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

Shades of Tapa #808276

Tints of Tapa #808276

RGB

 RED value IS 128 (50.39% from 255) = 34.04%

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 34.04%
G = 34.57%
B = 31.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#808276 (or 0x808276) is known color: Tapa. HEX triplet: 80, 82 and 76. RGB value is (128,130,118). Sum of RGB (Red+Green+Blue) = 128+130+118=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 130 - color contains mainly: green. Hex color #808276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808276 is #7F7D89. Grayscale: #808080. Windows color (decimal): -8355210 or 7766656. OLE color: 7766656.

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

Color convert

RGB 128 130 118 -
CMYK 0.02 0 0.09 0.49
HSL 70º 0.05% 0.49% -
HSV(B) 70º 0.09% 0.51% -
XYZ 20.15 21.86 20.3 -
YUV 128.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 128 130 118 0.02 0 0.09 0.49 70 0.05 0.49
Hex 80 82 76 2 0 9 31 46 5 31
Octal 200 202 166 2 0 11 61 106 5 61
Binary 10000000 10000010 1110110 10 0 1001 110001 1000110 101 110001

Color Harmonies of #808276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808276

Black with #808276

Text Example


Text Example

White with #808276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808276; }

 p { color: rgb(128,130,118); }

 H1.HeaderClassName
 {
   color: #808276;
 }
 .AnyTagClassName
 {
   color: #808276;
 }
</style>

background-color css

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

 a { background-color: rgb(128,130,118); }

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

border-color css

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

 span { border-color: rgb(128,130,118); }

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