Html Css Color HEX #877291 Topaz

📋 copy color: '#877291'

red 135 ◦ green 114 ◦ blue 145

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

Shades of Topaz #877291

Tints of Topaz #877291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 34.26%
G = 28.93%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#877291 (or 0x877291) is known color: Topaz. HEX triplet: 87, 72 and 91. RGB value is (135,114,145). Sum of RGB (Red+Green+Blue) = 135+114+145=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #877291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877291 is #788D6E. Grayscale: #7B7B7B. Windows color (decimal): -7900527 or 9532039. OLE color: 9532039.

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

Color convert

RGB 135 114 145 -
CMYK 0.07 0.21 0 0.43
HSL 280.65º 0.12% 0.51% -
HSV(B) 280.65º 0.21% 0.57% -
XYZ 21.12 19.23 29.39 -
YUV 123.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 135 114 145 0.07 0.21 0 0.43 280.65 0.12 0.51
Hex 87 72 91 7 15 0 2B 119 C 33
Octal 207 162 221 7 25 0 53 431 14 63
Binary 10000111 1110010 10010001 111 10101 0 101011 100011001 1100 110011

Color Harmonies of #877291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877291

Black with #877291

Text Example


Text Example

White with #877291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877291; }

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

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

background-color css

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

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

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

border-color css

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

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

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