Html Css Color HEX #87808E Topaz

📋 copy color: '#87808E'

red 135 ◦ green 128 ◦ blue 142

#87808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #87808E

Tints of Topaz #87808E

RGB

 RED value IS 135 (53.13% from 255) = 33.33%

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 33.33%
G = 31.6%
B = 35.06%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87808E (or 0x87808E) is known color: Topaz. HEX triplet: 87, 80 and 8E. RGB value is (135,128,142). Sum of RGB (Red+Green+Blue) = 135+128+142=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #87808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87808E is #787F71. Grayscale: #838383. Windows color (decimal): -7896946 or 9339015. OLE color: 9339015.

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

Color convert

RGB 135 128 142 -
CMYK 0.05 0.10 0 0.44
HSL 270º 0.06% 0.53% -
HSV(B) 270º 0.1% 0.56% -
XYZ 22.59 22.54 28.75 -
YUV 131.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 135 128 142 0.05 0.10 0 0.44 270 0.06 0.53
Hex 87 80 8E 5 A 0 2C 10E 6 35
Octal 207 200 216 5 12 0 54 416 6 65
Binary 10000111 10000000 10001110 101 1010 0 101100 100001110 110 110101

Color Harmonies of #87808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87808E

Black with #87808E

Text Example


Text Example

White with #87808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87808E; }

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

 H1.HeaderClassName
 {
   color: #87808E;
 }
 .AnyTagClassName
 {
   color: #87808E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #87808E;
 }
 .BgClassName
 {
   background-color: #87808E;
 }
</style>

border-color css

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

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

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