Html Css Color HEX #847595 Topaz

📋 copy color: '#847595'

red 132 ◦ green 117 ◦ blue 149

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

Shades of Topaz #847595

Tints of Topaz #847595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 33.17%
G = 29.4%
B = 37.44%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847595 (or 0x847595) is known color: Topaz. HEX triplet: 84, 75 and 95. RGB value is (132,117,149). Sum of RGB (Red+Green+Blue) = 132+117+149=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #847595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847595 is #7B8A6A. Grayscale: #7D7D7D. Windows color (decimal): -8096363 or 9794948. OLE color: 9794948.

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

Color convert

RGB 132 117 149 -
CMYK 0.11 0.21 0 0.42
HSL 268.13º 0.13% 0.52% -
HSV(B) 268.13º 0.21% 0.58% -
XYZ 21.3 19.8 31.13 -
YUV 125.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 132 117 149 0.11 0.21 0 0.42 268.13 0.13 0.52
Hex 84 75 95 B 15 0 2A 10C D 34
Octal 204 165 225 13 25 0 52 414 15 64
Binary 10000100 1110101 10010101 1011 10101 0 101010 100001100 1101 110100

Color Harmonies of #847595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847595

Black with #847595

Text Example


Text Example

White with #847595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847595; }

 p { color: rgb(132,117,149); }

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

background-color css

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

 a { background-color: rgb(132,117,149); }

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

border-color css

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

 span { border-color: rgb(132,117,149); }

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