Html Css Color HEX #847192 Topaz

📋 copy color: '#847192'

red 132 ◦ green 113 ◦ blue 146

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

Shades of Topaz #847192

Tints of Topaz #847192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 33.76%
G = 28.9%
B = 37.34%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#847192 (or 0x847192) is known color: Topaz. HEX triplet: 84, 71 and 92. RGB value is (132,113,146). Sum of RGB (Red+Green+Blue) = 132+113+146=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #847192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847192 is #7B8E6D. Grayscale: #7A7A7A. Windows color (decimal): -8097390 or 9597316. OLE color: 9597316.

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

Color convert

RGB 132 113 146 -
CMYK 0.10 0.23 0 0.43
HSL 274.55º 0.13% 0.51% -
HSV(B) 274.55º 0.23% 0.57% -
XYZ 20.61 18.79 29.73 -
YUV 122.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 132 113 146 0.10 0.23 0 0.43 274.55 0.13 0.51
Hex 84 71 92 A 17 0 2B 113 D 33
Octal 204 161 222 12 27 0 53 423 15 63
Binary 10000100 1110001 10010010 1010 10111 0 101011 100010011 1101 110011

Color Harmonies of #847192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847192

Black with #847192

Text Example


Text Example

White with #847192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847192; }

 p { color: rgb(132,113,146); }

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

background-color css

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

 a { background-color: rgb(132,113,146); }

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

border-color css

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

 span { border-color: rgb(132,113,146); }

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