Html Css Color HEX #828175 Tapa

📋 copy color: '#828175'

red 130 ◦ green 129 ◦ blue 117

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

Shades of Tapa #828175

Tints of Tapa #828175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 34.57%
G = 34.31%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#828175 (or 0x828175) is known color: Tapa. HEX triplet: 82, 81 and 75. RGB value is (130,129,117). Sum of RGB (Red+Green+Blue) = 130+129+117=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #828175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828175 is #7D7E8A. Grayscale: #7F7F7F. Windows color (decimal): -8224395 or 7700866. OLE color: 7700866.

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

Color convert

RGB 130 129 117 -
CMYK 0 0.01 0.1 0.49
HSL 55.38º 0.05% 0.48% -
HSV(B) 55.38º 0.1% 0.51% -
XYZ 20.27 21.73 19.96 -
YUV 127.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 130 129 117 0 0.01 0.1 0.49 55.38 0.05 0.48
Hex 82 81 75 0 1 A 31 37 5 30
Octal 202 201 165 0 1 12 61 67 5 60
Binary 10000010 10000001 1110101 0 1 1010 110001 110111 101 110000

Color Harmonies of #828175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828175

Black with #828175

Text Example


Text Example

White with #828175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828175; }

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

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

background-color css

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

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

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

border-color css

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

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

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