Html Css Color HEX #87828D Topaz

📋 copy color: '#87828D'

red 135 ◦ green 130 ◦ blue 141

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

Shades of Topaz #87828D

Tints of Topaz #87828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 33.25%
G = 32.02%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87828D (or 0x87828D) is known color: Topaz. HEX triplet: 87, 82 and 8D. RGB value is (135,130,141). Sum of RGB (Red+Green+Blue) = 135+130+141=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 141 - color contains mainly: blue. Hex color #87828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87828D is #787D72. Grayscale: #848484. Windows color (decimal): -7896435 or 9273991. OLE color: 9273991.

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

Color convert

RGB 135 130 141 -
CMYK 0.04 0.08 0 0.45
HSL 267.27º 0.05% 0.53% -
HSV(B) 267.27º 0.08% 0.55% -
XYZ 22.78 23.04 28.45 -
YUV 132.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 135 130 141 0.04 0.08 0 0.45 267.27 0.05 0.53
Hex 87 82 8D 4 8 0 2D 10B 5 35
Octal 207 202 215 4 10 0 55 413 5 65
Binary 10000111 10000010 10001101 100 1000 0 101101 100001011 101 110101

Color Harmonies of #87828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87828D

Black with #87828D

Text Example


Text Example

White with #87828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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