Html Css Color HEX #847F82 Taupe Grey

📋 copy color: '#847F82'

red 132 ◦ green 127 ◦ blue 130

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

Shades of Taupe Grey #847F82

Tints of Taupe Grey #847F82

RGB

 RED value IS 132 (51.95% from 255) = 33.93%

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 33.93%
G = 32.65%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#847F82 (or 0x847F82) is known color: Taupe Grey. HEX triplet: 84, 7F and 82. RGB value is (132,127,130). Sum of RGB (Red+Green+Blue) = 132+127+130=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 132 - color contains mainly: red. Hex color #847F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F82 is #7B807D. Grayscale: #808080. Windows color (decimal): -8093822 or 8552324. OLE color: 8552324.

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

Color convert

RGB 132 127 130 -
CMYK 0 0.04 0.02 0.48
HSL 324º 0.02% 0.51% -
HSV(B) 324º 0.04% 0.52% -
XYZ 21.13 21.7 24.19 -
YUV 128.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 132 127 130 0 0.04 0.02 0.48 324 0.02 0.51
Hex 84 7F 82 0 4 2 30 144 2 33
Octal 204 177 202 0 4 2 60 504 2 63
Binary 10000100 1111111 10000010 0 100 10 110000 101000100 10 110011

Color Harmonies of #847F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F82

Black with #847F82

Text Example


Text Example

White with #847F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847F82; }

 p { color: rgb(132,127,130); }

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

background-color css

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

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

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

border-color css

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

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

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