#878090

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

Shades of Topaz #878090

Tints of Topaz #878090

Color information

#878090 (or 0x878090) is unknown color: approx Topaz. HEX triplet: 87, 80 and 90. RGB value is (135,128,144). Sum of RGB (Red+Green+Blue) = 135+128+144=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: blue. Hex color #878090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878090 is #787F6F. Grayscale: #838383. Windows color (decimal): -7896944 or 9470087. OLE color: 9470087.

HSL color Cylindrical-coordinate representation of color #878090: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878090 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135128144-
CMYK0.060.1100.44
HSL266.25º6.72%53.33%-
HSV(B)266.25º11.11%56.47%-
XYZ22.7422.629.55-
YUV131.92134.82130.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=33.17%
G=31.45%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351281440.060.1100.44266.256.7253.33
Hex8780906B02C10a735
Octal207200220613054412765
Binary10000111100000001001000011010110101100100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878090; }

 p { color: rgb(135,128,144); }

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

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

 a { background-color: rgb(135,128,144); }

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

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

 span { border-color: rgb(135,128,144); }

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