#867392

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

Shades of Topaz #867392

Tints of Topaz #867392

Color information

#867392 (or 0x867392) is unknown color: approx Topaz. HEX triplet: 86, 73 and 92. RGB value is (134,115,146). Sum of RGB (Red+Green+Blue) = 134+115+146=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #867392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867392 is #798C6D. Grayscale: #7C7C7C. Windows color (decimal): -7965806 or 9597830. OLE color: 9597830.

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

Color convert

RGB134115146-
CMYK0.080.2100.43
HSL276.77º12.45%51.18%-
HSV(B)276.77º21.23%57.25%-
XYZ21.1519.4129.82-
YUV124.22140.29134.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=33.92%
G=29.11%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341151460.080.2100.43276.7712.4551.18
Hex86739281502B115c33
Octal20616322210250534251463
Binary1000011011100111001001010001010101010111000101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867392; }

 p { color: rgb(134,115,146); }

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

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

 a { background-color: rgb(134,115,146); }

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

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

 span { border-color: rgb(134,115,146); }

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