Html Css Color HEX #877393 Topaz

📋 copy color: '#877393'

red 135 ◦ green 115 ◦ blue 147

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

Shades of Topaz #877393

Tints of Topaz #877393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 34.01%
G = 28.97%
B = 37.03%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877393 (or 0x877393) is known color: Topaz. HEX triplet: 87, 73 and 93. RGB value is (135,115,147). Sum of RGB (Red+Green+Blue) = 135+115+147=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #877393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877393 is #788C6C. Grayscale: #7C7C7C. Windows color (decimal): -7900269 or 9663367. OLE color: 9663367.

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

Color convert

RGB 135 115 147 -
CMYK 0.08 0.22 0 0.42
HSL 277.5º 0.13% 0.51% -
HSV(B) 277.5º 0.22% 0.58% -
XYZ 21.39 19.52 30.24 -
YUV 124.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 135 115 147 0.08 0.22 0 0.42 277.5 0.13 0.51
Hex 87 73 93 8 16 0 2A 116 D 33
Octal 207 163 223 10 26 0 52 426 15 63
Binary 10000111 1110011 10010011 1000 10110 0 101010 100010110 1101 110011

Color Harmonies of #877393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877393

Black with #877393

Text Example


Text Example

White with #877393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877393; }

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

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

background-color css

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

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

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

border-color css

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

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

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