#84857D

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

Shades of Jumbo #84857D

Tints of Jumbo #84857D

Color information

#84857D (or 0x84857D) is unknown color: approx Jumbo. HEX triplet: 84, 85 and 7D. RGB value is (132,133,125). Sum of RGB (Red+Green+Blue) = 132+133+125=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #84857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84857D is #7B7A82. Grayscale: #838383. Windows color (decimal): -8092291 or 8226180. OLE color: 8226180.

HSL color Cylindrical-coordinate representation of color #84857D: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84857D is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132133125-
CMYK0.0100.060.48
HSL67.5º3.17%50.59%-
HSV(B)67.5º6.02%52.16%-
XYZ21.623.1622.73-
YUV131.79124.17128.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=33.85%
G=34.10%
B=32.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331250.0100.060.4867.53.1750.59
Hex84857D1063043333
Octal20420517510660103363
Binary1000010010000101111110110110110000100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84857D; }

 p { color: rgb(132,133,125); }

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

<style>
 a { background-color: #84857D; }

 a { background-color: rgb(132,133,125); }

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

<style>
 span { border-color: #84857D; }

 span { border-color: rgb(132,133,125); }

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