#847E8A

Color #847E8A Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #847E8A

Tints of Topaz #847E8A

Color information

#847E8A (or 0x847E8A) is unknown color: approx Topaz. HEX triplet: 84, 7E and 8A. RGB value is (132,126,138). Sum of RGB (Red+Green+Blue) = 132+126+138=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 138 - color contains mainly: blue. Hex color #847E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E8A is #7B8175. Grayscale: #818181. Windows color (decimal): -8094070 or 9076356. OLE color: 9076356.

HSL color Cylindrical-coordinate representation of color #847E8A: hue angle of 270º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847E8A is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB132126138-
CMYK0.040.0900.46
HSL270º4.88%51.76%-
HSV(B)270º8.7%54.12%-
XYZ21.5621.6627.09-
YUV129.16132.99130.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=33.33%
G=31.82%
B=34.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321261380.040.0900.462704.8851.76
Hex847E8A4902E10e534
Octal204176212411056416564
Binary1000010011111101000101010010010101110100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,126,138); }

 H1.HeaderClassName
 {
   color: #847E8A;
 }
 .AnyTagClassName
 {
   color: #847E8A;
 }
</style>
background-color css

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

 a { background-color: rgb(132,126,138); }

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

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

 span { border-color: rgb(132,126,138); }

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