Html Css Color HEX #87818E Topaz

📋 copy color: '#87818E'

red 135 ◦ green 129 ◦ blue 142

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

Shades of Topaz #87818E

Tints of Topaz #87818E

RGB

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

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

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

R = 33.25%
G = 31.77%
B = 34.98%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87818E (or 0x87818E) is known color: Topaz. HEX triplet: 87, 81 and 8E. RGB value is (135,129,142). Sum of RGB (Red+Green+Blue) = 135+129+142=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #87818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87818E is #787E71. Grayscale: #848484. Windows color (decimal): -7896690 or 9339271. OLE color: 9339271.

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

Color convert

RGB 135 129 142 -
CMYK 0.05 0.09 0 0.44
HSL 267.69º 0.05% 0.53% -
HSV(B) 267.69º 0.09% 0.56% -
XYZ 22.72 22.8 28.8 -
YUV 132.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 135 129 142 0.05 0.09 0 0.44 267.69 0.05 0.53
Hex 87 81 8E 5 9 0 2C 10C 5 35
Octal 207 201 216 5 11 0 54 414 5 65
Binary 10000111 10000001 10001110 101 1001 0 101100 100001100 101 110101

Color Harmonies of #87818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87818E

Black with #87818E

Text Example


Text Example

White with #87818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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