#8E8B92

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

Shades of Topaz #8E8B92

Tints of Topaz #8E8B92

Color information

#8E8B92 (or 0x8E8B92) is unknown color: approx Topaz. HEX triplet: 8E, 8B and 92. RGB value is (142,139,146). Sum of RGB (Red+Green+Blue) = 142+139+146=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E8B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8B92 is #71746D. Grayscale: #8C8C8C. Windows color (decimal): -7435374 or 9603982. OLE color: 9603982.

HSL color Cylindrical-coordinate representation of color #8E8B92: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E8B92 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB142139146-
CMYK0.030.0500.43
HSL265.71º3.11%55.88%-
HSV(B)265.71º4.79%57.25%-
XYZ25.5826.2930.92-
YUV140.7130.99128.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=33.26%
G=32.55%
B=34.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421391460.030.0500.43265.713.1155.88
Hex8E8B923502B10a338
Octal21621322235053412370
Binary10001110100010111001001011101010101110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8B92; }

 p { color: rgb(142,139,146); }

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

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

 a { background-color: rgb(142,139,146); }

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

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

 span { border-color: rgb(142,139,146); }

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