Html Css Color HEX #827D80 Taupe Grey

📋 copy color: '#827D80'

red 130 ◦ green 125 ◦ blue 128

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

Shades of Taupe Grey #827D80

Tints of Taupe Grey #827D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 33.94%
G = 32.64%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#827D80 (or 0x827D80) is known color: Taupe Grey. HEX triplet: 82, 7D and 80. RGB value is (130,125,128). Sum of RGB (Red+Green+Blue) = 130+125+128=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 130 - color contains mainly: red. Hex color #827D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D80 is #7D827F. Grayscale: #7E7E7E. Windows color (decimal): -8225408 or 8420738. OLE color: 8420738.

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

Color convert

RGB 130 125 128 -
CMYK 0 0.04 0.02 0.49
HSL 324º 0.02% 0.5% -
HSV(B) 324º 0.04% 0.51% -
XYZ 20.44 20.97 23.39 -
YUV 126.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 130 125 128 0 0.04 0.02 0.49 324 0.02 0.5
Hex 82 7D 80 0 4 2 31 144 2 32
Octal 202 175 200 0 4 2 61 504 2 62
Binary 10000010 1111101 10000000 0 100 10 110001 101000100 10 110010

Color Harmonies of #827D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D80

Black with #827D80

Text Example


Text Example

White with #827D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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