#847692

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

Shades of Topaz #847692

Tints of Topaz #847692

Color information

#847692 (or 0x847692) is unknown color: approx Topaz. HEX triplet: 84, 76 and 92. RGB value is (132,118,146). Sum of RGB (Red+Green+Blue) = 132+118+146=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #847692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847692 is #7B896D. Grayscale: #7D7D7D. Windows color (decimal): -8096110 or 9598596. OLE color: 9598596.

HSL color Cylindrical-coordinate representation of color #847692: hue angle of 270º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #847692 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132118146-
CMYK0.100.1900.43
HSL270º11.38%51.76%-
HSV(B)270º19.18%57.25%-
XYZ21.1819.9429.93-
YUV125.38139.64132.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=33.33%
G=29.80%
B=36.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321181460.100.1900.4327011.3851.76
Hex847692A1302B10eb34
Octal20416622212230534161364
Binary1000010011101101001001010101001101010111000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847692; }

 p { color: rgb(132,118,146); }

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

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

 a { background-color: rgb(132,118,146); }

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

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

 span { border-color: rgb(132,118,146); }

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