Html Css Color HEX #847794 Topaz

📋 copy color: '#847794'

red 132 ◦ green 119 ◦ blue 148

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

Shades of Topaz #847794

Tints of Topaz #847794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

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

R = 33.08%
G = 29.82%
B = 37.09%

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

#847794 (or 0x847794) is known color: Topaz. HEX triplet: 84, 77 and 94. RGB value is (132,119,148). Sum of RGB (Red+Green+Blue) = 132+119+148=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #847794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847794 is #7B886B. Grayscale: #7E7E7E. Windows color (decimal): -8095852 or 9729924. OLE color: 9729924.

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

Color convert

RGB 132 119 148 -
CMYK 0.11 0.20 0 0.42
HSL 266.9º 0.12% 0.52% -
HSV(B) 266.9º 0.2% 0.58% -
XYZ 21.46 20.24 30.79 -
YUV 126.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 132 119 148 0.11 0.20 0 0.42 266.9 0.12 0.52
Hex 84 77 94 B 14 0 2A 10B C 34
Octal 204 167 224 13 24 0 52 413 14 64
Binary 10000100 1110111 10010100 1011 10100 0 101010 100001011 1100 110100

Color Harmonies of #847794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847794

Black with #847794

Text Example


Text Example

White with #847794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847794; }

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

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

background-color css

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

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

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

border-color css

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

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

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