Html Css Color HEX #877890 Topaz

📋 copy color: '#877890'

red 135 ◦ green 120 ◦ blue 144

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

Shades of Topaz #877890

Tints of Topaz #877890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.08%

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

R = 33.83%
G = 30.08%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#877890 (or 0x877890) is known color: Topaz. HEX triplet: 87, 78 and 90. RGB value is (135,120,144). Sum of RGB (Red+Green+Blue) = 135+120+144=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #877890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877890 is #78876F. Grayscale: #7F7F7F. Windows color (decimal): -7898992 or 9468039. OLE color: 9468039.

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

Color convert

RGB 135 120 144 -
CMYK 0.06 0.17 0 0.44
HSL 277.5º 0.1% 0.52% -
HSV(B) 277.5º 0.17% 0.56% -
XYZ 21.74 20.6 29.22 -
YUV 127.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 135 120 144 0.06 0.17 0 0.44 277.5 0.1 0.52
Hex 87 78 90 6 11 0 2C 116 A 34
Octal 207 170 220 6 21 0 54 426 12 64
Binary 10000111 1111000 10010000 110 10001 0 101100 100010110 1010 110100

Color Harmonies of #877890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877890

Black with #877890

Text Example


Text Example

White with #877890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877890; }

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

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

background-color css

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

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

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

border-color css

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

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

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