Html Css Color HEX #87818D Topaz

📋 copy color: '#87818D'

red 135 ◦ green 129 ◦ blue 141

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

Shades of Topaz #87818D

Tints of Topaz #87818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 33.33%
G = 31.85%
B = 34.81%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87818D (or 0x87818D) is known color: Topaz. HEX triplet: 87, 81 and 8D. RGB value is (135,129,141). Sum of RGB (Red+Green+Blue) = 135+129+141=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 141 - color contains mainly: blue. Hex color #87818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87818D is #787E72. Grayscale: #848484. Windows color (decimal): -7896691 or 9273735. OLE color: 9273735.

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

Color convert

RGB 135 129 141 -
CMYK 0.04 0.09 0 0.45
HSL 270º 0.05% 0.53% -
HSV(B) 270º 0.09% 0.55% -
XYZ 22.65 22.77 28.4 -
YUV 132.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 135 129 141 0.04 0.09 0 0.45 270 0.05 0.53
Hex 87 81 8D 4 9 0 2D 10E 5 35
Octal 207 201 215 4 11 0 55 416 5 65
Binary 10000111 10000001 10001101 100 1001 0 101101 100001110 101 110101

Color Harmonies of #87818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87818D

Black with #87818D

Text Example


Text Example

White with #87818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87818D; }

 p { color: rgb(135,129,141); }

 H1.HeaderClassName
 {
   color: #87818D;
 }
 .AnyTagClassName
 {
   color: #87818D;
 }
</style>

background-color css

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

 a { background-color: rgb(135,129,141); }

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

border-color css

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

 span { border-color: rgb(135,129,141); }

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