#867592

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

Shades of Topaz #867592

Tints of Topaz #867592

Color information

#867592 (or 0x867592) is unknown color: approx Topaz. HEX triplet: 86, 75 and 92. RGB value is (134,117,146). Sum of RGB (Red+Green+Blue) = 134+117+146=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #867592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867592 is #798A6D. Grayscale: #7D7D7D. Windows color (decimal): -7965294 or 9598342. OLE color: 9598342.

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

Color convert

RGB134117146-
CMYK0.080.2000.43
HSL275.17º11.74%51.57%-
HSV(B)275.17º19.86%57.25%-
XYZ21.3819.8729.9-
YUV125.39139.63134.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=33.75%
G=29.47%
B=36.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341171460.080.2000.43275.1711.7451.57
Hex86759281402B113c34
Octal20616522210240534231464
Binary1000011011101011001001010001010001010111000100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867592; }

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

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

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

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

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

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

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

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