Html Css Color HEX #877896 Topaz

📋 copy color: '#877896'

red 135 ◦ green 120 ◦ blue 150

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

Shades of Topaz #877896

Tints of Topaz #877896

RGB

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

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

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

R = 33.33%
G = 29.63%
B = 37.04%

CMYK

 C value IS 0.1

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#877896 (or 0x877896) is known color: Topaz. HEX triplet: 87, 78 and 96. RGB value is (135,120,150). Sum of RGB (Red+Green+Blue) = 135+120+150=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 150 - color contains mainly: blue. Hex color #877896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877896 is #788769. Grayscale: #7F7F7F. Windows color (decimal): -7898986 or 9861255. OLE color: 9861255.

HSL color Cylindrical-coordinate representation of color #877896: hue angle of 270º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #877896 is Cyan = 0.1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 120 150 -
CMYK 0.1 0.20 0 0.41
HSL 270º 0.13% 0.53% -
HSV(B) 270º 0.2% 0.59% -
XYZ 22.21 20.79 31.7 -
YUV 127.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 135 120 150 0.1 0.20 0 0.41 270 0.13 0.53
Hex 87 78 96 A 14 0 29 10E C 35
Octal 207 170 226 12 24 0 51 416 14 65
Binary 10000111 1111000 10010110 1010 10100 0 101001 100001110 1100 110101

Color Harmonies of #877896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877896

Black with #877896

Text Example


Text Example

White with #877896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877896; }

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

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

background-color css

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

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

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

border-color css

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

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

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