#807E8A

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

Shades of Topaz #807E8A

Tints of Topaz #807E8A

Color information

#807E8A (or 0x807E8A) is unknown color: approx Topaz. HEX triplet: 80, 7E and 8A. RGB value is (128,126,138). Sum of RGB (Red+Green+Blue) = 128+126+138=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #807E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E8A is #7F8175. Grayscale: #7F7F7F. Windows color (decimal): -8356214 or 9076352. OLE color: 9076352.

HSL color Cylindrical-coordinate representation of color #807E8A: hue angle of 250º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807E8A is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128126138-
CMYK0.070.0900.46
HSL250º4.88%51.76%-
HSV(B)250º8.7%54.12%-
XYZ20.9521.3527.06-
YUV127.97133.66128.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=32.65%
G=32.14%
B=35.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281261380.070.0900.462504.8851.76
Hex807E8A7902Efa534
Octal200176212711056372564
Binary100000001111110100010101111001010111011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807E8A; }

 p { color: rgb(128,126,138); }

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

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

 a { background-color: rgb(128,126,138); }

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

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

 span { border-color: rgb(128,126,138); }

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