Html Css Color HEX #877E96 Topaz

📋 copy color: '#877E96'

red 135 ◦ green 126 ◦ blue 150

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

Shades of Topaz #877E96

Tints of Topaz #877E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 32.85%
G = 30.66%
B = 36.5%

CMYK

 C value IS 0.1

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#877E96 (or 0x877E96) is known color: Topaz. HEX triplet: 87, 7E and 96. RGB value is (135,126,150). Sum of RGB (Red+Green+Blue) = 135+126+150=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #877E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E96 is #788169. Grayscale: #838383. Windows color (decimal): -7897450 or 9862791. OLE color: 9862791.

HSL color Cylindrical-coordinate representation of color #877E96: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877E96 is Cyan = 0.1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 126 150 -
CMYK 0.1 0.16 0 0.41
HSL 262.5º 0.1% 0.54% -
HSV(B) 262.5º 0.16% 0.59% -
XYZ 22.96 22.27 31.94 -
YUV 131.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 135 126 150 0.1 0.16 0 0.41 262.5 0.1 0.54
Hex 87 7E 96 A 10 0 29 106 A 36
Octal 207 176 226 12 20 0 51 406 12 66
Binary 10000111 1111110 10010110 1010 10000 0 101001 100000110 1010 110110

Color Harmonies of #877E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E96

Black with #877E96

Text Example


Text Example

White with #877E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,126,150); }

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

background-color css

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

 a { background-color: rgb(135,126,150); }

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

border-color css

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

 span { border-color: rgb(135,126,150); }

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