Html Css Color HEX #828379 Tapa

📋 copy color: '#828379'

red 130 ◦ green 131 ◦ blue 121

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

Shades of Tapa #828379

Tints of Tapa #828379

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 34.03%
G = 34.29%
B = 31.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#828379 (or 0x828379) is known color: Tapa. HEX triplet: 82, 83 and 79. RGB value is (130,131,121). Sum of RGB (Red+Green+Blue) = 130+131+121=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 131 - color contains mainly: green. Hex color #828379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828379 is #7D7C86. Grayscale: #818181. Windows color (decimal): -8223879 or 7963522. OLE color: 7963522.

HSL color Cylindrical-coordinate representation of color #828379: hue angle of 66º 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 #828379 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 121 -
CMYK 0.01 0 0.08 0.49
HSL 66º 0.04% 0.49% -
HSV(B) 66º 0.08% 0.51% -
XYZ 20.77 22.36 21.31 -
YUV 129.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 130 131 121 0.01 0 0.08 0.49 66 0.04 0.49
Hex 82 83 79 1 0 8 31 42 4 31
Octal 202 203 171 1 0 10 61 102 4 61
Binary 10000010 10000011 1111001 1 0 1000 110001 1000010 100 110001

Color Harmonies of #828379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828379

Black with #828379

Text Example


Text Example

White with #828379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828379; }

 p { color: rgb(130,131,121); }

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

background-color css

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

 a { background-color: rgb(130,131,121); }

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

border-color css

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

 span { border-color: rgb(130,131,121); }

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