#84788A

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

Shades of Topaz #84788A

Tints of Topaz #84788A

Color information

#84788A (or 0x84788A) is unknown color: approx Topaz. HEX triplet: 84, 78 and 8A. RGB value is (132,120,138). Sum of RGB (Red+Green+Blue) = 132+120+138=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #84788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84788A is #7B8775. Grayscale: #7D7D7D. Windows color (decimal): -8095606 or 9074820. OLE color: 9074820.

HSL color Cylindrical-coordinate representation of color #84788A: hue angle of 280º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84788A is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB132120138-
CMYK0.040.1300.46
HSL280º7.14%50.59%-
HSV(B)280º13.04%54.12%-
XYZ20.8220.1726.84-
YUV125.64134.98132.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=33.85%
G=30.77%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321201380.040.1300.462807.1450.59
Hex84788A4D02E118733
Octal204170212415056430763
Binary1000010011110001000101010011010101110100011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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