Html Css Color HEX #877791 Topaz

📋 copy color: '#877791'

red 135 ◦ green 119 ◦ blue 145

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

Shades of Topaz #877791

Tints of Topaz #877791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 33.83%
G = 29.82%
B = 36.34%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#877791 (or 0x877791) is known color: Topaz. HEX triplet: 87, 77 and 91. RGB value is (135,119,145). Sum of RGB (Red+Green+Blue) = 135+119+145=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #877791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877791 is #78886E. Grayscale: #7E7E7E. Windows color (decimal): -7899247 or 9533319. OLE color: 9533319.

HSL color Cylindrical-coordinate representation of color #877791: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877791 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 119 145 -
CMYK 0.07 0.18 0 0.43
HSL 276.92º 0.11% 0.52% -
HSV(B) 276.92º 0.18% 0.57% -
XYZ 21.7 20.39 29.58 -
YUV 126.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 135 119 145 0.07 0.18 0 0.43 276.92 0.11 0.52
Hex 87 77 91 7 12 0 2B 115 B 34
Octal 207 167 221 7 22 0 53 425 13 64
Binary 10000111 1110111 10010001 111 10010 0 101011 100010101 1011 110100

Color Harmonies of #877791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877791

Black with #877791

Text Example


Text Example

White with #877791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877791; }

 p { color: rgb(135,119,145); }

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

background-color css

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

 a { background-color: rgb(135,119,145); }

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

border-color css

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

 span { border-color: rgb(135,119,145); }

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