#867790

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

Shades of Topaz #867790

Tints of Topaz #867790

Color information

#867790 (or 0x867790) is unknown color: approx Topaz. HEX triplet: 86, 77 and 90. RGB value is (134,119,144). Sum of RGB (Red+Green+Blue) = 134+119+144=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #867790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867790 is #79886F. Grayscale: #7E7E7E. Windows color (decimal): -7964784 or 9467782. OLE color: 9467782.

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

Color convert

RGB134119144-
CMYK0.070.1700.44
HSL276º10.12%51.57%-
HSV(B)276º17.36%56.47%-
XYZ21.4620.2829.17-
YUV126.33137.97133.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=33.75%
G=29.97%
B=36.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341191440.070.1700.4427610.1251.57
Hex86779071102C114a34
Octal2061672207210544241264
Binary100001101110111100100001111000101011001000101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867790; }

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

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

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

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

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

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

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

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