Html Css Color HEX #877E93 Topaz

📋 copy color: '#877E93'

red 135 ◦ green 126 ◦ blue 147

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

Shades of Topaz #877E93

Tints of Topaz #877E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 33.09%
G = 30.88%
B = 36.03%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877E93 (or 0x877E93) is known color: Topaz. HEX triplet: 87, 7E and 93. RGB value is (135,126,147). Sum of RGB (Red+Green+Blue) = 135+126+147=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #877E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E93 is #78816C. Grayscale: #838383. Windows color (decimal): -7897453 or 9666183. OLE color: 9666183.

HSL color Cylindrical-coordinate representation of color #877E93: hue angle of 265.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877E93 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 126 147 -
CMYK 0.08 0.14 0 0.42
HSL 265.71º 0.09% 0.54% -
HSV(B) 265.71º 0.14% 0.58% -
XYZ 22.72 22.18 30.69 -
YUV 131.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 135 126 147 0.08 0.14 0 0.42 265.71 0.09 0.54
Hex 87 7E 93 8 E 0 2A 10A 9 36
Octal 207 176 223 10 16 0 52 412 11 66
Binary 10000111 1111110 10010011 1000 1110 0 101010 100001010 1001 110110

Color Harmonies of #877E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E93

Black with #877E93

Text Example


Text Example

White with #877E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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