Html Css Color HEX #87838E Topaz

📋 copy color: '#87838E'

red 135 ◦ green 131 ◦ blue 142

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

Shades of Topaz #87838E

Tints of Topaz #87838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

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

R = 33.09%
G = 32.11%
B = 34.8%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87838E (or 0x87838E) is known color: Topaz. HEX triplet: 87, 83 and 8E. RGB value is (135,131,142). Sum of RGB (Red+Green+Blue) = 135+131+142=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 142 - color contains mainly: blue. Hex color #87838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838E is #787C71. Grayscale: #858585. Windows color (decimal): -7896178 or 9339783. OLE color: 9339783.

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

Color convert

RGB 135 131 142 -
CMYK 0.05 0.08 0 0.44
HSL 261.82º 0.05% 0.54% -
HSV(B) 261.82º 0.08% 0.56% -
XYZ 22.99 23.34 28.88 -
YUV 133.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 135 131 142 0.05 0.08 0 0.44 261.82 0.05 0.54
Hex 87 83 8E 5 8 0 2C 106 5 36
Octal 207 203 216 5 10 0 54 406 5 66
Binary 10000111 10000011 10001110 101 1000 0 101100 100000110 101 110110

Color Harmonies of #87838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87838E

Black with #87838E

Text Example


Text Example

White with #87838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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