Html Css Color HEX #87808B Topaz

📋 copy color: '#87808B'

red 135 ◦ green 128 ◦ blue 139

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

Shades of Topaz #87808B

Tints of Topaz #87808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

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

R = 33.58%
G = 31.84%
B = 34.58%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87808B (or 0x87808B) is known color: Topaz. HEX triplet: 87, 80 and 8B. RGB value is (135,128,139). Sum of RGB (Red+Green+Blue) = 135+128+139=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #87808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87808B is #787F74. Grayscale: #838383. Windows color (decimal): -7896949 or 9142407. OLE color: 9142407.

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

Color convert

RGB 135 128 139 -
CMYK 0.03 0.08 0 0.45
HSL 278.18º 0.05% 0.52% -
HSV(B) 278.18º 0.08% 0.55% -
XYZ 22.37 22.45 27.58 -
YUV 131.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 135 128 139 0.03 0.08 0 0.45 278.18 0.05 0.52
Hex 87 80 8B 3 8 0 2D 116 5 34
Octal 207 200 213 3 10 0 55 426 5 64
Binary 10000111 10000000 10001011 11 1000 0 101101 100010110 101 110100

Color Harmonies of #87808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87808B

Black with #87808B

Text Example


Text Example

White with #87808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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