#84857B

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

Shades of Jumbo #84857B

Tints of Jumbo #84857B

Color information

#84857B (or 0x84857B) is unknown color: approx Jumbo. HEX triplet: 84, 85 and 7B. RGB value is (132,133,123). Sum of RGB (Red+Green+Blue) = 132+133+123=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 133 - color contains mainly: green. Hex color #84857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84857B is #7B7A84. Grayscale: #838383. Windows color (decimal): -8092293 or 8095108. OLE color: 8095108.

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

Color convert

RGB132133123-
CMYK0.0100.080.48
HSL66º3.94%50.2%-
HSV(B)66º7.52%52.16%-
XYZ21.4823.1122.07-
YUV131.56123.17128.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=34.02%
G=34.28%
B=31.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331230.0100.080.48663.9450.2
Hex84857B1083042432
Octal204205173101060102462
Binary100001001000010111110111010001100001000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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