Html Css Color HEX #828174 Tapa

📋 copy color: '#828174'

red 130 ◦ green 129 ◦ blue 116

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

Shades of Tapa #828174

Tints of Tapa #828174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 34.67%
G = 34.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#828174 (or 0x828174) is known color: Tapa. HEX triplet: 82, 81 and 74. RGB value is (130,129,116). Sum of RGB (Red+Green+Blue) = 130+129+116=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #828174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828174 is #7D7E8B. Grayscale: #7F7F7F. Windows color (decimal): -8224396 or 7635330. OLE color: 7635330.

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

Color convert

RGB 130 129 116 -
CMYK 0 0.01 0.11 0.49
HSL 55.71º 0.06% 0.48% -
HSV(B) 55.71º 0.11% 0.51% -
XYZ 20.21 21.71 19.65 -
YUV 127.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 130 129 116 0 0.01 0.11 0.49 55.71 0.06 0.48
Hex 82 81 74 0 1 B 31 38 6 30
Octal 202 201 164 0 1 13 61 70 6 60
Binary 10000010 10000001 1110100 0 1 1011 110001 111000 110 110000

Color Harmonies of #828174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828174

Black with #828174

Text Example


Text Example

White with #828174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828174; }

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

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

background-color css

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

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

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

border-color css

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

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

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