Html Css Color HEX #877F8D Topaz

📋 copy color: '#877F8D'

red 135 ◦ green 127 ◦ blue 141

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

Shades of Topaz #877F8D

Tints of Topaz #877F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 33.5%
G = 31.51%
B = 34.99%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#877F8D (or 0x877F8D) is known color: Topaz. HEX triplet: 87, 7F and 8D. RGB value is (135,127,141). Sum of RGB (Red+Green+Blue) = 135+127+141=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #877F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F8D is #788072. Grayscale: #828282. Windows color (decimal): -7897203 or 9273223. OLE color: 9273223.

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

Color convert

RGB 135 127 141 -
CMYK 0.04 0.10 0 0.45
HSL 274.29º 0.06% 0.53% -
HSV(B) 274.29º 0.1% 0.55% -
XYZ 22.39 22.25 28.31 -
YUV 130.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 135 127 141 0.04 0.10 0 0.45 274.29 0.06 0.53
Hex 87 7F 8D 4 A 0 2D 112 6 35
Octal 207 177 215 4 12 0 55 422 6 65
Binary 10000111 1111111 10001101 100 1010 0 101101 100010010 110 110101

Color Harmonies of #877F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F8D

Black with #877F8D

Text Example


Text Example

White with #877F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F8D; }

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

 H1.HeaderClassName
 {
   color: #877F8D;
 }
 .AnyTagClassName
 {
   color: #877F8D;
 }
</style>

background-color css

<style>
 a { background-color: #877F8D; }

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

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

border-color css

<style>
 span { border-color: #877F8D; }

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

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