Html Css Color HEX #847495 Topaz

📋 copy color: '#847495'

red 132 ◦ green 116 ◦ blue 149

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

Shades of Topaz #847495

Tints of Topaz #847495

RGB

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

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

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

R = 33.25%
G = 29.22%
B = 37.53%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847495 (or 0x847495) is known color: Topaz. HEX triplet: 84, 74 and 95. RGB value is (132,116,149). Sum of RGB (Red+Green+Blue) = 132+116+149=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #847495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847495 is #7B8B6A. Grayscale: #7C7C7C. Windows color (decimal): -8096619 or 9794692. OLE color: 9794692.

HSL color Cylindrical-coordinate representation of color #847495: hue angle of 269.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847495 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 116 149 -
CMYK 0.11 0.22 0 0.42
HSL 269.09º 0.13% 0.52% -
HSV(B) 269.09º 0.22% 0.58% -
XYZ 21.19 19.57 31.09 -
YUV 124.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 132 116 149 0.11 0.22 0 0.42 269.09 0.13 0.52
Hex 84 74 95 B 16 0 2A 10D D 34
Octal 204 164 225 13 26 0 52 415 15 64
Binary 10000100 1110100 10010101 1011 10110 0 101010 100001101 1101 110100

Color Harmonies of #847495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847495

Black with #847495

Text Example


Text Example

White with #847495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847495; }

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

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

background-color css

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

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

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

border-color css

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

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

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