Html Css Color HEX #847393 Topaz

📋 copy color: '#847393'

red 132 ◦ green 115 ◦ blue 147

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

Shades of Topaz #847393

Tints of Topaz #847393

RGB

 RED value IS 132 (51.95% from 255) = 33.5%

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

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

R = 33.5%
G = 29.19%
B = 37.31%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847393 (or 0x847393) is known color: Topaz. HEX triplet: 84, 73 and 93. RGB value is (132,115,147). Sum of RGB (Red+Green+Blue) = 132+115+147=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #847393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847393 is #7B8C6C. Grayscale: #7B7B7B. Windows color (decimal): -8096877 or 9663364. OLE color: 9663364.

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

Color convert

RGB 132 115 147 -
CMYK 0.10 0.22 0 0.42
HSL 271.88º 0.13% 0.51% -
HSV(B) 271.88º 0.22% 0.58% -
XYZ 20.91 19.27 30.22 -
YUV 123.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 132 115 147 0.10 0.22 0 0.42 271.88 0.13 0.51
Hex 84 73 93 A 16 0 2A 110 D 33
Octal 204 163 223 12 26 0 52 420 15 63
Binary 10000100 1110011 10010011 1010 10110 0 101010 100010000 1101 110011

Color Harmonies of #847393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847393

Black with #847393

Text Example


Text Example

White with #847393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847393; }

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

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

background-color css

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

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

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

border-color css

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

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

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