#847B8E

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

Shades of Topaz #847B8E

Tints of Topaz #847B8E

Color information

#847B8E (or 0x847B8E) is unknown color: approx Topaz. HEX triplet: 84, 7B and 8E. RGB value is (132,123,142). Sum of RGB (Red+Green+Blue) = 132+123+142=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #847B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B8E is #7B8471. Grayscale: #7F7F7F. Windows color (decimal): -8094834 or 9337732. OLE color: 9337732.

HSL color Cylindrical-coordinate representation of color #847B8E: hue angle of 268.42º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847B8E is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132123142-
CMYK0.070.1300.44
HSL268.42º7.76%51.96%-
HSV(B)268.42º13.38%55.69%-
XYZ21.4821.0228.52-
YUV127.86135.98130.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=33.25%
G=30.98%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321231420.070.1300.44268.427.7651.96
Hex847B8E7D02C10c834
Octal2041732167150544141064
Binary10000100111101110001110111110101011001000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,123,142); }

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

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

 a { background-color: rgb(132,123,142); }

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

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

 span { border-color: rgb(132,123,142); }

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