#847696

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

Shades of Topaz #847696

Tints of Topaz #847696

Color information

#847696 (or 0x847696) is unknown color: approx Topaz. HEX triplet: 84, 76 and 96. RGB value is (132,118,150). Sum of RGB (Red+Green+Blue) = 132+118+150=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #847696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847696 is #7B8969. Grayscale: #7D7D7D. Windows color (decimal): -8096106 or 9860740. OLE color: 9860740.

HSL color Cylindrical-coordinate representation of color #847696: hue angle of 266.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847696 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB132118150-
CMYK0.120.2100.41
HSL266.25º13.22%52.55%-
HSV(B)266.25º21.33%58.82%-
XYZ21.520.0631.59-
YUV125.83141.64132.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=33%
G=29.5%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321181500.120.2100.41266.2513.2252.55
Hex847696C1502910ad35
Octal20416622614250514121565
Binary1000010011101101001011011001010101010011000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847696; }

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

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

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

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

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

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

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

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