Html Css Color HEX #808076 Tapa

📋 copy color: '#808076'

red 128 ◦ green 128 ◦ blue 118

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

Shades of Tapa #808076

Tints of Tapa #808076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

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

R = 34.22%
G = 34.22%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#808076 (or 0x808076) is known color: Tapa. HEX triplet: 80, 80 and 76. RGB value is (128,128,118). Sum of RGB (Red+Green+Blue) = 128+128+118=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808076 is #7F7F89. Grayscale: #7E7E7E. Windows color (decimal): -8355722 or 7766144. OLE color: 7766144.

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

Color convert

RGB 128 128 118 -
CMYK 0 0 0.08 0.50
HSL 60º 0.04% 0.48% -
HSV(B) 60º 0.08% 0.5% -
XYZ 19.89 21.34 20.21 -
YUV 126.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 128 128 118 0 0 0.08 0.50 60 0.04 0.48
Hex 80 80 76 0 0 8 32 3C 4 30
Octal 200 200 166 0 0 10 62 74 4 60
Binary 10000000 10000000 1110110 0 0 1000 110010 111100 100 110000

Color Harmonies of #808076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808076

Black with #808076

Text Example


Text Example

White with #808076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808076; }

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

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

background-color css

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

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

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

border-color css

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

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

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