#847F8E

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

Shades of Topaz #847F8E

Tints of Topaz #847F8E

Color information

#847F8E (or 0x847F8E) is unknown color: approx Topaz. HEX triplet: 84, 7F and 8E. RGB value is (132,127,142). Sum of RGB (Red+Green+Blue) = 132+127+142=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 142 - color contains mainly: blue. Hex color #847F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F8E is #7B8071. Grayscale: #828282. Windows color (decimal): -8093810 or 9338756. OLE color: 9338756.

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

Color convert

RGB132127142-
CMYK0.070.1100.44
HSL260º6.22%52.75%-
HSV(B)260º10.56%55.69%-
XYZ21.9922.0428.69-
YUV130.2134.66129.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=32.92%
G=31.67%
B=35.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321271420.070.1100.442606.2252.75
Hex847F8E7B02C104635
Octal204177216713054404665
Binary1000010011111111000111011110110101100100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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