Html Css Color HEX #877190 Topaz

📋 copy color: '#877190'

red 135 ◦ green 113 ◦ blue 144

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

Shades of Topaz #877190

Tints of Topaz #877190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 34.44%
G = 28.83%
B = 36.73%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#877190 (or 0x877190) is known color: Topaz. HEX triplet: 87, 71 and 90. RGB value is (135,113,144). Sum of RGB (Red+Green+Blue) = 135+113+144=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #877190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877190 is #788E6F. Grayscale: #7B7B7B. Windows color (decimal): -7900784 or 9466247. OLE color: 9466247.

HSL color Cylindrical-coordinate representation of color #877190: hue angle of 282.58º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877190 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 113 144 -
CMYK 0.06 0.22 0 0.44
HSL 282.58º 0.12% 0.5% -
HSV(B) 282.58º 0.22% 0.56% -
XYZ 20.93 18.97 28.94 -
YUV 123.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 135 113 144 0.06 0.22 0 0.44 282.58 0.12 0.5
Hex 87 71 90 6 16 0 2C 11B C 32
Octal 207 161 220 6 26 0 54 433 14 62
Binary 10000111 1110001 10010000 110 10110 0 101100 100011011 1100 110010

Color Harmonies of #877190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877190

Black with #877190

Text Example


Text Example

White with #877190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877190; }

 p { color: rgb(135,113,144); }

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

background-color css

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

 a { background-color: rgb(135,113,144); }

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

border-color css

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

 span { border-color: rgb(135,113,144); }

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