Html Css Color HEX #87838B Topaz

📋 copy color: '#87838B'

red 135 ◦ green 131 ◦ blue 139

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

Shades of Topaz #87838B

Tints of Topaz #87838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 33.33%
G = 32.35%
B = 34.32%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87838B (or 0x87838B) is known color: Topaz. HEX triplet: 87, 83 and 8B. RGB value is (135,131,139). Sum of RGB (Red+Green+Blue) = 135+131+139=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #87838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87838B is #787C74. Grayscale: #858585. Windows color (decimal): -7896181 or 9143175. OLE color: 9143175.

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

Color convert

RGB 135 131 139 -
CMYK 0.03 0.06 0 0.45
HSL 270º 0.03% 0.53% -
HSV(B) 270º 0.06% 0.55% -
XYZ 22.77 23.25 27.71 -
YUV 133.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 135 131 139 0.03 0.06 0 0.45 270 0.03 0.53
Hex 87 83 8B 3 6 0 2D 10E 3 35
Octal 207 203 213 3 6 0 55 416 3 65
Binary 10000111 10000011 10001011 11 110 0 101101 100001110 11 110101

Color Harmonies of #87838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87838B

Black with #87838B

Text Example


Text Example

White with #87838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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