Html Css Color HEX #848488 Manatee

📋 copy color: '#848488'

red 132 ◦ green 132 ◦ blue 136

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

Shades of Manatee #848488

Tints of Manatee #848488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34%

R = 33%
G = 33%
B = 34%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#848488 (or 0x848488) is known color: Manatee. HEX triplet: 84, 84 and 88. RGB value is (132,132,136). Sum of RGB (Red+Green+Blue) = 132+132+136=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 136 - color contains mainly: blue. Hex color #848488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848488 is #7B7B77. Grayscale: #848484. Windows color (decimal): -8092536 or 8946820. OLE color: 8946820.

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

Color convert

RGB 132 132 136 -
CMYK 0.03 0.03 0 0.47
HSL 240º 0.02% 0.53% -
HSV(B) 240º 0.03% 0.53% -
XYZ 22.21 23.19 26.6 -
YUV 132.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 132 132 136 0.03 0.03 0 0.47 240 0.02 0.53
Hex 84 84 88 3 3 0 2F F0 2 35
Octal 204 204 210 3 3 0 57 360 2 65
Binary 10000100 10000100 10001000 11 11 0 101111 11110000 10 110101

Color Harmonies of #848488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848488

Black with #848488

Text Example


Text Example

White with #848488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848488; }

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

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

background-color css

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

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

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

border-color css

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

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

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