Html Css Color HEX #877493 Topaz

📋 copy color: '#877493'

red 135 ◦ green 116 ◦ blue 147

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

Shades of Topaz #877493

Tints of Topaz #877493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 33.92%
G = 29.15%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#877493 (or 0x877493) is known color: Topaz. HEX triplet: 87, 74 and 93. RGB value is (135,116,147). Sum of RGB (Red+Green+Blue) = 135+116+147=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #877493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877493 is #788B6C. Grayscale: #7D7D7D. Windows color (decimal): -7900013 or 9663623. OLE color: 9663623.

HSL color Cylindrical-coordinate representation of color #877493: hue angle of 276.77º 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 #877493 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 116 147 -
CMYK 0.08 0.21 0 0.42
HSL 276.77º 0.13% 0.52% -
HSV(B) 276.77º 0.21% 0.58% -
XYZ 21.5 19.75 30.28 -
YUV 125.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 135 116 147 0.08 0.21 0 0.42 276.77 0.13 0.52
Hex 87 74 93 8 15 0 2A 115 D 34
Octal 207 164 223 10 25 0 52 425 15 64
Binary 10000111 1110100 10010011 1000 10101 0 101010 100010101 1101 110100

Color Harmonies of #877493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877493

Black with #877493

Text Example


Text Example

White with #877493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877493; }

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

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

background-color css

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

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

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

border-color css

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

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

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