Html Css Color HEX #847391 Topaz

📋 copy color: '#847391'

red 132 ◦ green 115 ◦ blue 145

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

Shades of Topaz #847391

Tints of Topaz #847391

RGB

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

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

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

R = 33.67%
G = 29.34%
B = 36.99%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#847391 (or 0x847391) is known color: Topaz. HEX triplet: 84, 73 and 91. RGB value is (132,115,145). Sum of RGB (Red+Green+Blue) = 132+115+145=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #847391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847391 is #7B8C6E. Grayscale: #7B7B7B. Windows color (decimal): -8096879 or 9532292. OLE color: 9532292.

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

Color convert

RGB 132 115 145 -
CMYK 0.09 0.21 0 0.43
HSL 274º 0.12% 0.51% -
HSV(B) 274º 0.21% 0.57% -
XYZ 20.76 19.21 29.4 -
YUV 123.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 132 115 145 0.09 0.21 0 0.43 274 0.12 0.51
Hex 84 73 91 9 15 0 2B 112 C 33
Octal 204 163 221 11 25 0 53 422 14 63
Binary 10000100 1110011 10010001 1001 10101 0 101011 100010010 1100 110011

Color Harmonies of #847391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847391

Black with #847391

Text Example


Text Example

White with #847391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847391; }

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

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

background-color css

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

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

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

border-color css

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

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

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