Html Css Color HEX #847F83 Taupe Grey

📋 copy color: '#847F83'

red 132 ◦ green 127 ◦ blue 131

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

Shades of Taupe Grey #847F83

Tints of Taupe Grey #847F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 33.85%
G = 32.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#847F83 (or 0x847F83) is known color: Taupe Grey. HEX triplet: 84, 7F and 83. RGB value is (132,127,131). Sum of RGB (Red+Green+Blue) = 132+127+131=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 132 - color contains mainly: red. Hex color #847F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F83 is #7B807C. Grayscale: #808080. Windows color (decimal): -8093821 or 8617860. OLE color: 8617860.

HSL color Cylindrical-coordinate representation of color #847F83: hue angle of 312º 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 #847F83 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 127 131 -
CMYK 0 0.04 0.01 0.48
HSL 312º 0.02% 0.51% -
HSV(B) 312º 0.04% 0.52% -
XYZ 21.2 21.72 24.55 -
YUV 128.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 132 127 131 0 0.04 0.01 0.48 312 0.02 0.51
Hex 84 7F 83 0 4 1 30 138 2 33
Octal 204 177 203 0 4 1 60 470 2 63
Binary 10000100 1111111 10000011 0 100 1 110000 100111000 10 110011

Color Harmonies of #847F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F83

Black with #847F83

Text Example


Text Example

White with #847F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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