#847794

Color #847794 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #847794

Tints of Topaz #847794

Color information

#847794 (or 0x847794) is unknown color: approx 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

RGB132119148-
CMYK0.110.2000.42
HSL266.9º11.93%52.35%-
HSV(B)266.9º19.59%58.04%-
XYZ21.4620.2430.79-
YUV126.19140.31132.14-

RGB Variations

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

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.20% from 255) = 37.09%
R=33.08%
G=29.82%
B=37.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321191480.110.2000.42266.911.9352.35
Hex847794B1402A10bc34
Octal20416722413240524131464
Binary1000010011101111001010010111010001010101000010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>