Html Css Color HEX #877C96 Topaz

📋 copy color: '#877C96'

red 135 ◦ green 124 ◦ blue 150

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

Shades of Topaz #877C96

Tints of Topaz #877C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

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

R = 33.01%
G = 30.32%
B = 36.67%

CMYK

 C value IS 0.1

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#877C96 (or 0x877C96) is known color: Topaz. HEX triplet: 87, 7C and 96. RGB value is (135,124,150). Sum of RGB (Red+Green+Blue) = 135+124+150=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 150 - color contains mainly: blue. Hex color #877C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C96 is #788369. Grayscale: #828282. Windows color (decimal): -7897962 or 9862279. OLE color: 9862279.

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

Color convert

RGB 135 124 150 -
CMYK 0.1 0.17 0 0.41
HSL 265.38º 0.11% 0.54% -
HSV(B) 265.38º 0.17% 0.59% -
XYZ 22.7 21.77 31.86 -
YUV 130.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 135 124 150 0.1 0.17 0 0.41 265.38 0.11 0.54
Hex 87 7C 96 A 11 0 29 109 B 36
Octal 207 174 226 12 21 0 51 411 13 66
Binary 10000111 1111100 10010110 1010 10001 0 101001 100001001 1011 110110

Color Harmonies of #877C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C96

Black with #877C96

Text Example


Text Example

White with #877C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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