Html Css Color HEX #847694 Topaz

📋 copy color: '#847694'

red 132 ◦ green 118 ◦ blue 148

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

Shades of Topaz #847694

Tints of Topaz #847694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

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

R = 33.17%
G = 29.65%
B = 37.19%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847694 (or 0x847694) is known color: Topaz. HEX triplet: 84, 76 and 94. RGB value is (132,118,148). Sum of RGB (Red+Green+Blue) = 132+118+148=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #847694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847694 is #7B896B. Grayscale: #7D7D7D. Windows color (decimal): -8096108 or 9729668. OLE color: 9729668.

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

Color convert

RGB 132 118 148 -
CMYK 0.11 0.20 0 0.42
HSL 268º 0.12% 0.52% -
HSV(B) 268º 0.2% 0.58% -
XYZ 21.34 20 30.75 -
YUV 125.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 132 118 148 0.11 0.20 0 0.42 268 0.12 0.52
Hex 84 76 94 B 14 0 2A 10C C 34
Octal 204 166 224 13 24 0 52 414 14 64
Binary 10000100 1110110 10010100 1011 10100 0 101010 100001100 1100 110100

Color Harmonies of #847694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847694

Black with #847694

Text Example


Text Example

White with #847694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847694; }

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

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

background-color css

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

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

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

border-color css

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

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

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