Html Css Color HEX #828172 Tapa

📋 copy color: '#828172'

red 130 ◦ green 129 ◦ blue 114

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

Shades of Tapa #828172

Tints of Tapa #828172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 34.85%
G = 34.58%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#828172 (or 0x828172) is known color: Tapa. HEX triplet: 82, 81 and 72. RGB value is (130,129,114). Sum of RGB (Red+Green+Blue) = 130+129+114=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #828172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828172 is #7D7E8D. Grayscale: #7F7F7F. Windows color (decimal): -8224398 or 7504258. OLE color: 7504258.

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

Color convert

RGB 130 129 114 -
CMYK 0 0.01 0.12 0.49
HSL 56.25º 0.07% 0.48% -
HSV(B) 56.25º 0.12% 0.51% -
XYZ 20.09 21.66 19.04 -
YUV 127.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 130 129 114 0 0.01 0.12 0.49 56.25 0.07 0.48
Hex 82 81 72 0 1 C 31 38 7 30
Octal 202 201 162 0 1 14 61 70 7 60
Binary 10000010 10000001 1110010 0 1 1100 110001 111000 111 110000

Color Harmonies of #828172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828172

Black with #828172

Text Example


Text Example

White with #828172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828172; }

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

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

background-color css

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

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

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

border-color css

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

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

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