#84847D

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

Shades of Jumbo #84847D

Tints of Jumbo #84847D

Color information

#84847D (or 0x84847D) is unknown color: approx Jumbo. HEX triplet: 84, 84 and 7D. RGB value is (132,132,125). Sum of RGB (Red+Green+Blue) = 132+132+125=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84847D is #7B7B82. Grayscale: #838383. Windows color (decimal): -8092547 or 8225924. OLE color: 8225924.

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

Color convert

RGB132132125-
CMYK000.050.48
HSL60º2.77%50.39%-
HSV(B)60º5.3%51.76%-
XYZ21.4722.8922.69-
YUV131.2124.5128.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=33.93%
G=33.93%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132125000.050.48602.7750.39
Hex84847D005303c332
Octal2042041750056074362
Binary100001001000010011111010010111000011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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