Html Css Color HEX #877F8A Topaz

📋 copy color: '#877F8A'

red 135 ◦ green 127 ◦ blue 138

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

Shades of Topaz #877F8A

Tints of Topaz #877F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 33.75%
G = 31.75%
B = 34.5%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#877F8A (or 0x877F8A) is known color: Topaz. HEX triplet: 87, 7F and 8A. RGB value is (135,127,138). Sum of RGB (Red+Green+Blue) = 135+127+138=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 138 - color contains mainly: blue. Hex color #877F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F8A is #788075. Grayscale: #828282. Windows color (decimal): -7897206 or 9076615. OLE color: 9076615.

HSL color Cylindrical-coordinate representation of color #877F8A: hue angle of 283.64º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #877F8A is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 127 138 -
CMYK 0.02 0.08 0 0.46
HSL 283.64º 0.04% 0.52% -
HSV(B) 283.64º 0.08% 0.54% -
XYZ 22.17 22.16 27.15 -
YUV 130.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 135 127 138 0.02 0.08 0 0.46 283.64 0.04 0.52
Hex 87 7F 8A 2 8 0 2E 11C 4 34
Octal 207 177 212 2 10 0 56 434 4 64
Binary 10000111 1111111 10001010 10 1000 0 101110 100011100 100 110100

Color Harmonies of #877F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F8A

Black with #877F8A

Text Example


Text Example

White with #877F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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