#807888

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

Shades of Topaz #807888

Tints of Topaz #807888

Color information

#807888 (or 0x807888) is unknown color: approx Topaz. HEX triplet: 80, 78 and 88. RGB value is (128,120,136). Sum of RGB (Red+Green+Blue) = 128+120+136=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 136 - color contains mainly: blue. Hex color #807888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807888 is #7F8777. Grayscale: #7C7C7C. Windows color (decimal): -8357752 or 8943744. OLE color: 8943744.

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

Color convert

RGB128120136-
CMYK0.060.1200.47
HSL270º6.3%50.2%-
HSV(B)270º11.76%53.33%-
XYZ20.0619.826.06-
YUV124.22134.65130.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=33.33%
G=31.25%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281201360.060.1200.472706.350.2
Hex8078886C02F10e632
Octal200170210614057416662
Binary1000000011110001000100011011000101111100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807888; }

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

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

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

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

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

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

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

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