Html Css Color HEX #87858C Topaz

📋 copy color: '#87858C'

red 135 ◦ green 133 ◦ blue 140

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

Shades of Topaz #87858C

Tints of Topaz #87858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 33.09%
G = 32.6%
B = 34.31%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87858C (or 0x87858C) is known color: Topaz. HEX triplet: 87, 85 and 8C. RGB value is (135,133,140). Sum of RGB (Red+Green+Blue) = 135+133+140=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #87858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87858C is #787A73. Grayscale: #868686. Windows color (decimal): -7895668 or 9209223. OLE color: 9209223.

HSL color Cylindrical-coordinate representation of color #87858C: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #87858C is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 133 140 -
CMYK 0.04 0.05 0 0.45
HSL 257.14º 0.03% 0.54% -
HSV(B) 257.14º 0.05% 0.55% -
XYZ 23.11 23.82 28.19 -
YUV 134.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 135 133 140 0.04 0.05 0 0.45 257.14 0.03 0.54
Hex 87 85 8C 4 5 0 2D 101 3 36
Octal 207 205 214 4 5 0 55 401 3 66
Binary 10000111 10000101 10001100 100 101 0 101101 100000001 11 110110

Color Harmonies of #87858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87858C

Black with #87858C

Text Example


Text Example

White with #87858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87858C; }

 p { color: rgb(135,133,140); }

 H1.HeaderClassName
 {
   color: #87858C;
 }
 .AnyTagClassName
 {
   color: #87858C;
 }
</style>

background-color css

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

 a { background-color: rgb(135,133,140); }

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

border-color css

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

 span { border-color: rgb(135,133,140); }

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