Html Css Color HEX #877C93 Topaz

📋 copy color: '#877C93'

red 135 ◦ green 124 ◦ blue 147

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

Shades of Topaz #877C93

Tints of Topaz #877C93

RGB

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

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

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

R = 33.25%
G = 30.54%
B = 36.21%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877C93 (or 0x877C93) is known color: Topaz. HEX triplet: 87, 7C and 93. RGB value is (135,124,147). Sum of RGB (Red+Green+Blue) = 135+124+147=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #877C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C93 is #78836C. Grayscale: #818181. Windows color (decimal): -7897965 or 9665671. OLE color: 9665671.

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

Color convert

RGB 135 124 147 -
CMYK 0.08 0.16 0 0.42
HSL 268.7º 0.1% 0.53% -
HSV(B) 268.7º 0.16% 0.58% -
XYZ 22.47 21.67 30.6 -
YUV 129.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 135 124 147 0.08 0.16 0 0.42 268.7 0.1 0.53
Hex 87 7C 93 8 10 0 2A 10D A 35
Octal 207 174 223 10 20 0 52 415 12 65
Binary 10000111 1111100 10010011 1000 10000 0 101010 100001101 1010 110101

Color Harmonies of #877C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C93

Black with #877C93

Text Example


Text Example

White with #877C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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