#867692

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

Shades of Topaz #867692

Tints of Topaz #867692

Color information

#867692 (or 0x867692) is unknown color: approx Topaz. HEX triplet: 86, 76 and 92. RGB value is (134,118,146). Sum of RGB (Red+Green+Blue) = 134+118+146=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #867692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867692 is #79896D. Grayscale: #7D7D7D. Windows color (decimal): -7965038 or 9598598. OLE color: 9598598.

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

Color convert

RGB134118146-
CMYK0.080.1900.43
HSL274.29º11.38%51.76%-
HSV(B)274.29º19.18%57.25%-
XYZ21.520.129.94-
YUV125.98139.3133.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=33.67%
G=29.65%
B=36.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341181460.080.1900.43274.2911.3851.76
Hex86769281302B112b34
Octal20616622210230534221364
Binary1000011011101101001001010001001101010111000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867692; }

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

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

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

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

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

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

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

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