Html Css Color HEX #877F8C Topaz

📋 copy color: '#877F8C'

red 135 ◦ green 127 ◦ blue 140

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

Shades of Topaz #877F8C

Tints of Topaz #877F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 33.58%
G = 31.59%
B = 34.83%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#877F8C (or 0x877F8C) is known color: Topaz. HEX triplet: 87, 7F and 8C. RGB value is (135,127,140). Sum of RGB (Red+Green+Blue) = 135+127+140=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #877F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F8C is #788073. Grayscale: #828282. Windows color (decimal): -7897204 or 9207687. OLE color: 9207687.

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

Color convert

RGB 135 127 140 -
CMYK 0.04 0.09 0 0.45
HSL 276.92º 0.05% 0.52% -
HSV(B) 276.92º 0.09% 0.55% -
XYZ 22.31 22.22 27.92 -
YUV 130.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 135 127 140 0.04 0.09 0 0.45 276.92 0.05 0.52
Hex 87 7F 8C 4 9 0 2D 115 5 34
Octal 207 177 214 4 11 0 55 425 5 64
Binary 10000111 1111111 10001100 100 1001 0 101101 100010101 101 110100

Color Harmonies of #877F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F8C

Black with #877F8C

Text Example


Text Example

White with #877F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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