Html Css Color HEX #877595 Topaz

📋 copy color: '#877595'

red 135 ◦ green 117 ◦ blue 149

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

Shades of Topaz #877595

Tints of Topaz #877595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 33.67%
G = 29.18%
B = 37.16%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877595 (or 0x877595) is known color: Topaz. HEX triplet: 87, 75 and 95. RGB value is (135,117,149). Sum of RGB (Red+Green+Blue) = 135+117+149=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #877595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877595 is #788A6A. Grayscale: #7D7D7D. Windows color (decimal): -7899755 or 9794951. OLE color: 9794951.

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

Color convert

RGB 135 117 149 -
CMYK 0.09 0.21 0 0.42
HSL 273.75º 0.13% 0.52% -
HSV(B) 273.75º 0.21% 0.58% -
XYZ 21.78 20.04 31.15 -
YUV 126.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 135 117 149 0.09 0.21 0 0.42 273.75 0.13 0.52
Hex 87 75 95 9 15 0 2A 112 D 34
Octal 207 165 225 11 25 0 52 422 15 64
Binary 10000111 1110101 10010101 1001 10101 0 101010 100010010 1101 110100

Color Harmonies of #877595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877595

Black with #877595

Text Example


Text Example

White with #877595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877595; }

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

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

background-color css

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

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

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

border-color css

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

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

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