Html Css Color HEX #828072 Tapa

📋 copy color: '#828072'

red 130 ◦ green 128 ◦ blue 114

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

Shades of Tapa #828072

Tints of Tapa #828072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 34.95%
G = 34.41%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#828072 (or 0x828072) is known color: Tapa. HEX triplet: 82, 80 and 72. RGB value is (130,128,114). Sum of RGB (Red+Green+Blue) = 130+128+114=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #828072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828072 is #7D7F8D. Grayscale: #7F7F7F. Windows color (decimal): -8224654 or 7504002. OLE color: 7504002.

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

Color convert

RGB 130 128 114 -
CMYK 0 0.02 0.12 0.49
HSL 52.5º 0.07% 0.48% -
HSV(B) 52.5º 0.12% 0.51% -
XYZ 19.96 21.4 19 -
YUV 127 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 130 128 114 0 0.02 0.12 0.49 52.5 0.07 0.48
Hex 82 80 72 0 2 C 31 34 7 30
Octal 202 200 162 0 2 14 61 64 7 60
Binary 10000010 10000000 1110010 0 10 1100 110001 110100 111 110000

Color Harmonies of #828072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828072

Black with #828072

Text Example


Text Example

White with #828072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828072; }

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

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

background-color css

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

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

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

border-color css

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

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

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