#867F8A

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

Shades of Topaz #867F8A

Tints of Topaz #867F8A

Color information

#867F8A (or 0x867F8A) is unknown color: approx Topaz. HEX triplet: 86, 7F and 8A. RGB value is (134,127,138). Sum of RGB (Red+Green+Blue) = 134+127+138=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #867F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F8A is #798075. Grayscale: #828282. Windows color (decimal): -7962742 or 9076614. OLE color: 9076614.

HSL color Cylindrical-coordinate representation of color #867F8A: hue angle of 278.18º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #867F8A is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134127138-
CMYK0.030.0800.46
HSL278.18º4.49%51.96%-
HSV(B)278.18º7.97%54.12%-
XYZ22.0122.0827.15-
YUV130.35132.32130.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=33.58%
G=31.83%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341271380.030.0800.46278.184.4951.96
Hex867F8A3802E116434
Octal206177212310056426464
Binary100001101111111100010101110000101110100010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F8A; }

 p { color: rgb(134,127,138); }

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

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

 a { background-color: rgb(134,127,138); }

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

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

 span { border-color: rgb(134,127,138); }

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