Html Css Color HEX #84848E Manatee

📋 copy color: '#84848E'

red 132 ◦ green 132 ◦ blue 142

#84848E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #84848E

Tints of Manatee #84848E

RGB

 RED value IS 132 (51.95% from 255) = 32.51%

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 32.51%
G = 32.51%
B = 34.98%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84848E (or 0x84848E) is known color: Manatee. HEX triplet: 84, 84 and 8E. RGB value is (132,132,142). Sum of RGB (Red+Green+Blue) = 132+132+142=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #84848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84848E is #7B7B71. Grayscale: #858585. Windows color (decimal): -8092530 or 9340036. OLE color: 9340036.

HSL color Cylindrical-coordinate representation of color #84848E: hue angle of 240º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84848E is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 132 142 -
CMYK 0.07 0.07 0 0.44
HSL 240º 0.04% 0.54% -
HSV(B) 240º 0.07% 0.56% -
XYZ 22.65 23.36 28.91 -
YUV 133.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 132 132 142 0.07 0.07 0 0.44 240 0.04 0.54
Hex 84 84 8E 7 7 0 2C F0 4 36
Octal 204 204 216 7 7 0 54 360 4 66
Binary 10000100 10000100 10001110 111 111 0 101100 11110000 100 110110

Color Harmonies of #84848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84848E

Black with #84848E

Text Example


Text Example

White with #84848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84848E;
 }
 .AnyTagClassName
 {
   color: #84848E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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