#84768B

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

Shades of Topaz #84768B

Tints of Topaz #84768B

Color information

#84768B (or 0x84768B) is unknown color: approx Topaz. HEX triplet: 84, 76 and 8B. RGB value is (132,118,139). Sum of RGB (Red+Green+Blue) = 132+118+139=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #84768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84768B is #7B8974. Grayscale: #7C7C7C. Windows color (decimal): -8096117 or 9139844. OLE color: 9139844.

HSL color Cylindrical-coordinate representation of color #84768B: hue angle of 280º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84768B is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132118139-
CMYK0.050.1500.45
HSL280º8.3%50.39%-
HSV(B)280º15.11%54.51%-
XYZ20.6519.7327.15-
YUV124.58136.14133.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=33.93%
G=30.33%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321181390.050.1500.452808.350.39
Hex84768B5F02D118832
Octal2041662135170554301062
Binary10000100111011010001011101111101011011000110001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84768B; }

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

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

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

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

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

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

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

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