#867491

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

Shades of Topaz #867491

Tints of Topaz #867491

Color information

#867491 (or 0x867491) is unknown color: approx Topaz. HEX triplet: 86, 74 and 91. RGB value is (134,116,145). Sum of RGB (Red+Green+Blue) = 134+116+145=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #867491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867491 is #798B6E. Grayscale: #7C7C7C. Windows color (decimal): -7965551 or 9532550. OLE color: 9532550.

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

Color convert

RGB134116145-
CMYK0.080.200.43
HSL277.24º11.65%51.18%-
HSV(B)277.24º20%56.86%-
XYZ21.1919.629.46-
YUV124.69139.46134.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=33.92%
G=29.37%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341161450.080.200.43277.2411.6551.18
Hex86749181402B115c33
Octal20616422110240534251463
Binary1000011011101001001000110001010001010111000101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867491; }

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

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

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

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

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

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

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

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