#807E88

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

Shades of Topaz #807E88

Tints of Topaz #807E88

Color information

#807E88 (or 0x807E88) is unknown color: approx Topaz. HEX triplet: 80, 7E and 88. RGB value is (128,126,136). Sum of RGB (Red+Green+Blue) = 128+126+136=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #807E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E88 is #7F8177. Grayscale: #7F7F7F. Windows color (decimal): -8356216 or 8945280. OLE color: 8945280.

HSL color Cylindrical-coordinate representation of color #807E88: hue angle of 252º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807E88 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128126136-
CMYK0.060.0700.47
HSL252º4.03%51.37%-
HSV(B)252º7.35%53.33%-
XYZ20.8121.2926.31-
YUV127.74132.66128.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=32.82%
G=32.31%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281261360.060.0700.472524.0351.37
Hex807E886702Ffc433
Octal20017621067057374463
Binary10000000111111010001000110111010111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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