Html Css Color HEX #818077 Tapa

📋 copy color: '#818077'

red 129 ◦ green 128 ◦ blue 119

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

Shades of Tapa #818077

Tints of Tapa #818077

RGB

 RED value IS 129 (50.78% from 255) = 34.31%

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 34.31%
G = 34.04%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#818077 (or 0x818077) is known color: Tapa. HEX triplet: 81, 80 and 77. RGB value is (129,128,119). Sum of RGB (Red+Green+Blue) = 129+128+119=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 129 - color contains mainly: red. Hex color #818077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818077 is #7E7F88. Grayscale: #7F7F7F. Windows color (decimal): -8290185 or 7831681. OLE color: 7831681.

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

Color convert

RGB 129 128 119 -
CMYK 0 0.01 0.08 0.49
HSL 54º 0.04% 0.49% -
HSV(B) 54º 0.08% 0.51% -
XYZ 20.1 21.44 20.53 -
YUV 127.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 129 128 119 0 0.01 0.08 0.49 54 0.04 0.49
Hex 81 80 77 0 1 8 31 36 4 31
Octal 201 200 167 0 1 10 61 66 4 61
Binary 10000001 10000000 1110111 0 1 1000 110001 110110 100 110001

Color Harmonies of #818077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818077

Black with #818077

Text Example


Text Example

White with #818077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818077; }

 p { color: rgb(129,128,119); }

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

background-color css

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

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

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

border-color css

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

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

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