Html Css Color HEX #847C94 Topaz

📋 copy color: '#847C94'

red 132 ◦ green 124 ◦ blue 148

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

Shades of Topaz #847C94

Tints of Topaz #847C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 32.67%
G = 30.69%
B = 36.63%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847C94 (or 0x847C94) is known color: Topaz. HEX triplet: 84, 7C and 94. RGB value is (132,124,148). Sum of RGB (Red+Green+Blue) = 132+124+148=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #847C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C94 is #7B836B. Grayscale: #818181. Windows color (decimal): -8094572 or 9731204. OLE color: 9731204.

HSL color Cylindrical-coordinate representation of color #847C94: hue angle of 260º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847C94 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 124 148 -
CMYK 0.11 0.16 0 0.42
HSL 260º 0.1% 0.53% -
HSV(B) 260º 0.16% 0.58% -
XYZ 22.07 21.46 31 -
YUV 129.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 132 124 148 0.11 0.16 0 0.42 260 0.1 0.53
Hex 84 7C 94 B 10 0 2A 104 A 35
Octal 204 174 224 13 20 0 52 404 12 65
Binary 10000100 1111100 10010100 1011 10000 0 101010 100000100 1010 110101

Color Harmonies of #847C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C94

Black with #847C94

Text Example


Text Example

White with #847C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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