Html Css Color HEX #828275 Tapa

📋 copy color: '#828275'

red 130 ◦ green 130 ◦ blue 117

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

Shades of Tapa #828275

Tints of Tapa #828275

RGB

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

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

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

R = 34.48%
G = 34.48%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#828275 (or 0x828275) is known color: Tapa. HEX triplet: 82, 82 and 75. RGB value is (130,130,117). Sum of RGB (Red+Green+Blue) = 130+130+117=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828275 is #7D7D8A. Grayscale: #808080. Windows color (decimal): -8224139 or 7701122. OLE color: 7701122.

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

Color convert

RGB 130 130 117 -
CMYK 0 0 0.1 0.49
HSL 60º 0.05% 0.48% -
HSV(B) 60º 0.1% 0.51% -
XYZ 20.4 22 20 -
YUV 128.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 130 130 117 0 0 0.1 0.49 60 0.05 0.48
Hex 82 82 75 0 0 A 31 3C 5 30
Octal 202 202 165 0 0 12 61 74 5 60
Binary 10000010 10000010 1110101 0 0 1010 110001 111100 101 110000

Color Harmonies of #828275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828275

Black with #828275

Text Example


Text Example

White with #828275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828275; }

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

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

background-color css

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

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

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

border-color css

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

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

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