#867290

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

Shades of Topaz #867290

Tints of Topaz #867290

Color information

#867290 (or 0x867290) is unknown color: approx Topaz. HEX triplet: 86, 72 and 90. RGB value is (134,114,144). Sum of RGB (Red+Green+Blue) = 134+114+144=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #867290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867290 is #798D6F. Grayscale: #7B7B7B. Windows color (decimal): -7966064 or 9466502. OLE color: 9466502.

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

Color convert

RGB134114144-
CMYK0.070.2100.44
HSL280º11.9%50.59%-
HSV(B)280º20.83%56.47%-
XYZ20.8819.1228.97-
YUV123.4139.63135.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=34.18%
G=29.08%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341141440.070.2100.4428011.950.59
Hex86729071502C118c33
Octal2061622207250544301463
Binary100001101110010100100001111010101011001000110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867290; }

 p { color: rgb(134,114,144); }

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

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

 a { background-color: rgb(134,114,144); }

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

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

 span { border-color: rgb(134,114,144); }

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