#867292

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

Shades of Topaz #867292

Tints of Topaz #867292

Color information

#867292 (or 0x867292) is unknown color: approx Topaz. HEX triplet: 86, 72 and 92. RGB value is (134,114,146). Sum of RGB (Red+Green+Blue) = 134+114+146=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #867292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867292 is #798D6D. Grayscale: #7B7B7B. Windows color (decimal): -7966062 or 9597574. OLE color: 9597574.

HSL color Cylindrical-coordinate representation of color #867292: hue angle of 277.5º 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 #867292 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB134114146-
CMYK0.080.2200.43
HSL277.5º12.8%50.98%-
HSV(B)277.5º21.92%57.25%-
XYZ21.0419.1829.79-
YUV123.63140.63135.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=34.01%
G=28.93%
B=37.06%

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
Decimal1341141460.080.2200.43277.512.850.98
Hex86729281602B116d33
Octal20616222210260534261563
Binary1000011011100101001001010001011001010111000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867292; }

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

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

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

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

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

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

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

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