#84867A

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

Shades of Jumbo #84867A

Tints of Jumbo #84867A

Color information

#84867A (or 0x84867A) is unknown color: approx Jumbo. HEX triplet: 84, 86 and 7A. RGB value is (132,134,122). Sum of RGB (Red+Green+Blue) = 132+134+122=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #84867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84867A is #7B7985. Grayscale: #848484. Windows color (decimal): -8092038 or 8029828. OLE color: 8029828.

HSL color Cylindrical-coordinate representation of color #84867A: hue angle of 70º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84867A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB132134122-
CMYK0.0100.090.47
HSL70º4.72%50.2%-
HSV(B)70º8.96%52.55%-
XYZ21.5523.3621.79-
YUV132.03122.34127.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=34.02%
G=34.54%
B=31.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341220.0100.090.47704.7250.2
Hex84867A1092F46532
Octal204206172101157106562
Binary100001001000011011110101010011011111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,134,122); }

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

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

 a { background-color: rgb(132,134,122); }

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

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

 span { border-color: rgb(132,134,122); }

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