Html Css Color HEX #877395 Topaz

📋 copy color: '#877395'

red 135 ◦ green 115 ◦ blue 149

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

Shades of Topaz #877395

Tints of Topaz #877395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 33.83%
G = 28.82%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877395 (or 0x877395) is known color: Topaz. HEX triplet: 87, 73 and 95. RGB value is (135,115,149). Sum of RGB (Red+Green+Blue) = 135+115+149=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #877395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877395 is #788C6A. Grayscale: #7C7C7C. Windows color (decimal): -7900267 or 9794439. OLE color: 9794439.

HSL color Cylindrical-coordinate representation of color #877395: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #877395 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 115 149 -
CMYK 0.09 0.23 0 0.42
HSL 275.29º 0.14% 0.52% -
HSV(B) 275.29º 0.23% 0.58% -
XYZ 21.55 19.58 31.08 -
YUV 124.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 135 115 149 0.09 0.23 0 0.42 275.29 0.14 0.52
Hex 87 73 95 9 17 0 2A 113 E 34
Octal 207 163 225 11 27 0 52 423 16 64
Binary 10000111 1110011 10010101 1001 10111 0 101010 100010011 1110 110100

Color Harmonies of #877395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877395

Black with #877395

Text Example


Text Example

White with #877395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877395; }

 p { color: rgb(135,115,149); }

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

background-color css

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

 a { background-color: rgb(135,115,149); }

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

border-color css

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

 span { border-color: rgb(135,115,149); }

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