#847695

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

Shades of Topaz #847695

Tints of Topaz #847695

Color information

#847695 (or 0x847695) is unknown color: approx Topaz. HEX triplet: 84, 76 and 95. RGB value is (132,118,149). Sum of RGB (Red+Green+Blue) = 132+118+149=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #847695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847695 is #7B896A. Grayscale: #7D7D7D. Windows color (decimal): -8096107 or 9795204. OLE color: 9795204.

HSL color Cylindrical-coordinate representation of color #847695: hue angle of 267.1º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847695 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132118149-
CMYK0.110.2100.42
HSL267.1º12.76%52.35%-
HSV(B)267.1º20.81%58.43%-
XYZ21.4220.0331.17-
YUV125.72141.14132.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=33.08%
G=29.57%
B=37.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321181490.110.2100.42267.112.7652.35
Hex847695B1502A10bd34
Octal20416622513250524131564
Binary1000010011101101001010110111010101010101000010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847695; }

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

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

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

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

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

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

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

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