Html Css Color HEX #87838D Topaz

📋 copy color: '#87838D'

red 135 ◦ green 131 ◦ blue 141

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

Shades of Topaz #87838D

Tints of Topaz #87838D

RGB

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

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

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

R = 33.17%
G = 32.19%
B = 34.64%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87838D (or 0x87838D) is known color: Topaz. HEX triplet: 87, 83 and 8D. RGB value is (135,131,141). Sum of RGB (Red+Green+Blue) = 135+131+141=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #87838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838D is #787C72. Grayscale: #858585. Windows color (decimal): -7896179 or 9274247. OLE color: 9274247.

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

Color convert

RGB 135 131 141 -
CMYK 0.04 0.07 0 0.45
HSL 264º 0.04% 0.53% -
HSV(B) 264º 0.07% 0.55% -
XYZ 22.92 23.31 28.49 -
YUV 133.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 135 131 141 0.04 0.07 0 0.45 264 0.04 0.53
Hex 87 83 8D 4 7 0 2D 108 4 35
Octal 207 203 215 4 7 0 55 410 4 65
Binary 10000111 10000011 10001101 100 111 0 101101 100001000 100 110101

Color Harmonies of #87838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87838D

Black with #87838D

Text Example


Text Example

White with #87838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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