Html Css Color HEX #828279 Tapa

📋 copy color: '#828279'

red 130 ◦ green 130 ◦ blue 121

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

Shades of Tapa #828279

Tints of Tapa #828279

RGB

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

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

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

R = 34.12%
G = 34.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#828279 (or 0x828279) is known color: Tapa. HEX triplet: 82, 82 and 79. RGB value is (130,130,121). Sum of RGB (Red+Green+Blue) = 130+130+121=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828279 is #7D7D86. Grayscale: #818181. Windows color (decimal): -8224135 or 7963266. OLE color: 7963266.

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

Color convert

RGB 130 130 121 -
CMYK 0 0 0.07 0.49
HSL 60º 0.04% 0.49% -
HSV(B) 60º 0.07% 0.51% -
XYZ 20.64 22.09 21.27 -
YUV 128.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 130 130 121 0 0 0.07 0.49 60 0.04 0.49
Hex 82 82 79 0 0 7 31 3C 4 31
Octal 202 202 171 0 0 7 61 74 4 61
Binary 10000010 10000010 1111001 0 0 111 110001 111100 100 110001

Color Harmonies of #828279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828279

Black with #828279

Text Example


Text Example

White with #828279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828279; }

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

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

background-color css

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

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

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

border-color css

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

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

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