Html Css Color HEX #847494 Topaz

📋 copy color: '#847494'

red 132 ◦ green 116 ◦ blue 148

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

Shades of Topaz #847494

Tints of Topaz #847494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 33.33%
G = 29.29%
B = 37.37%

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

#847494 (or 0x847494) is known color: Topaz. HEX triplet: 84, 74 and 94. RGB value is (132,116,148). Sum of RGB (Red+Green+Blue) = 132+116+148=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #847494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847494 is #7B8B6B. Grayscale: #7C7C7C. Windows color (decimal): -8096620 or 9729156. OLE color: 9729156.

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

Color convert

RGB 132 116 148 -
CMYK 0.11 0.22 0 0.42
HSL 270º 0.13% 0.52% -
HSV(B) 270º 0.22% 0.58% -
XYZ 21.11 19.53 30.68 -
YUV 124.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 132 116 148 0.11 0.22 0 0.42 270 0.13 0.52
Hex 84 74 94 B 16 0 2A 10E D 34
Octal 204 164 224 13 26 0 52 416 15 64
Binary 10000100 1110100 10010100 1011 10110 0 101010 100001110 1101 110100

Color Harmonies of #847494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847494

Black with #847494

Text Example


Text Example

White with #847494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847494; }

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

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

background-color css

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

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

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

border-color css

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

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

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