#84848C

Color #84848C Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #84848C

Tints of Manatee #84848C

Color information

#84848C (or 0x84848C) is unknown color: approx Manatee. HEX triplet: 84, 84 and 8C. RGB value is (132,132,140). Sum of RGB (Red+Green+Blue) = 132+132+140=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #84848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84848C is #7B7B73. Grayscale: #848484. Windows color (decimal): -8092532 or 9208964. OLE color: 9208964.

HSL color Cylindrical-coordinate representation of color #84848C: hue angle of 240º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84848C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132132140-
CMYK0.060.0600.45
HSL240º3.36%53.33%-
HSV(B)240º5.71%54.9%-
XYZ22.523.328.12-
YUV132.91132127.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=32.67%
G=32.67%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321321400.060.0600.452403.3653.33
Hex84848C6602Df0335
Octal20420421466055360365
Binary10000100100001001000110011011001011011111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84848C; }

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

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

<style>
 a { background-color: #84848C; }

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

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

<style>
 span { border-color: #84848C; }

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

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