#867690

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

Shades of Topaz #867690

Tints of Topaz #867690

Color information

#867690 (or 0x867690) is unknown color: approx Topaz. HEX triplet: 86, 76 and 90. RGB value is (134,118,144). Sum of RGB (Red+Green+Blue) = 134+118+144=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #867690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867690 is #79896F. Grayscale: #7D7D7D. Windows color (decimal): -7965040 or 9467526. OLE color: 9467526.

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

Color convert

RGB134118144-
CMYK0.070.1800.44
HSL276.92º10.48%51.37%-
HSV(B)276.92º18.06%56.47%-
XYZ21.3420.0429.13-
YUV125.75138.3133.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=33.84%
G=29.80%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341181440.070.1800.44276.9210.4851.37
Hex86769071202C115a33
Octal2061662207220544251263
Binary100001101110110100100001111001001011001000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867690; }

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

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

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

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

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

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

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

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