#867191

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

Shades of Topaz #867191

Tints of Topaz #867191

Color information

#867191 (or 0x867191) is unknown color: approx Topaz. HEX triplet: 86, 71 and 91. RGB value is (134,113,145). Sum of RGB (Red+Green+Blue) = 134+113+145=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #867191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867191 is #798E6E. Grayscale: #7A7A7A. Windows color (decimal): -7966319 or 9531782. OLE color: 9531782.

HSL color Cylindrical-coordinate representation of color #867191: hue angle of 279.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867191 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB134113145-
CMYK0.080.2200.43
HSL279.38º12.7%50.59%-
HSV(B)279.38º22.07%56.86%-
XYZ20.8518.9229.34-
YUV122.93140.46135.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=34.18%
G=28.83%
B=36.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341131450.080.2200.43279.3812.750.59
Hex86719181602B117d33
Octal20616122110260534271563
Binary1000011011100011001000110001011001010111000101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867191; }

 p { color: rgb(134,113,145); }

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

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

 a { background-color: rgb(134,113,145); }

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

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

 span { border-color: rgb(134,113,145); }

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