#84788B

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

Shades of Topaz #84788B

Tints of Topaz #84788B

Color information

#84788B (or 0x84788B) is unknown color: approx Topaz. HEX triplet: 84, 78 and 8B. RGB value is (132,120,139). Sum of RGB (Red+Green+Blue) = 132+120+139=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #84788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84788B is #7B8774. Grayscale: #7D7D7D. Windows color (decimal): -8095605 or 9140356. OLE color: 9140356.

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

Color convert

RGB132120139-
CMYK0.050.1400.45
HSL277.89º7.57%50.78%-
HSV(B)277.89º13.67%54.51%-
XYZ20.8920.227.22-
YUV125.75135.48132.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=33.76%
G=30.69%
B=35.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321201390.050.1400.45277.897.5750.78
Hex84788B5E02D116833
Octal2041702135160554261063
Binary10000100111100010001011101111001011011000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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