#84758F

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

Shades of Topaz #84758F

Tints of Topaz #84758F

Color information

#84758F (or 0x84758F) is unknown color: approx Topaz. HEX triplet: 84, 75 and 8F. RGB value is (132,117,143). Sum of RGB (Red+Green+Blue) = 132+117+143=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #84758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84758F is #7B8A70. Grayscale: #7C7C7C. Windows color (decimal): -8096369 or 9401732. OLE color: 9401732.

HSL color Cylindrical-coordinate representation of color #84758F: hue angle of 274.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84758F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132117143-
CMYK0.080.1800.44
HSL274.62º10.4%50.98%-
HSV(B)274.62º18.18%56.08%-
XYZ20.8319.6128.67-
YUV124.45138.47133.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=33.67%
G=29.85%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321171430.080.1800.44274.6210.450.98
Hex84758F81202C113a33
Octal20416521710220544231263
Binary1000010011101011000111110001001001011001000100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84758F; }

 p { color: rgb(132,117,143); }

 H1.HeaderClassName
 {
   color: #84758F;
 }
 .AnyTagClassName
 {
   color: #84758F;
 }
</style>
background-color css

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

 a { background-color: rgb(132,117,143); }

 div.DivClassName
 {
   background-color: #84758F;
 }
 .BgClassName
 {
   background-color: #84758F;
 }
</style>
border-color css

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

 span { border-color: rgb(132,117,143); }

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