Html Css Color HEX #848485 Manatee

📋 copy color: '#848485'

red 132 ◦ green 132 ◦ blue 133

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

Shades of Manatee #848485

Tints of Manatee #848485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 33.25%
G = 33.25%
B = 33.5%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#848485 (or 0x848485) is known color: Manatee. HEX triplet: 84, 84 and 85. RGB value is (132,132,133). Sum of RGB (Red+Green+Blue) = 132+132+133=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 133 - color contains mainly: blue. Hex color #848485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848485 is #7B7B7A. Grayscale: #848484. Windows color (decimal): -8092539 or 8750212. OLE color: 8750212.

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

Color convert

RGB 132 132 133 -
CMYK 0.01 0.01 0 0.48
HSL 240º 0% 0.52% -
HSV(B) 240º 0.01% 0.52% -
XYZ 22 23.1 25.49 -
YUV 132.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 132 132 133 0.01 0.01 0 0.48 240 0 0.52
Hex 84 84 85 1 1 0 30 F0 0 34
Octal 204 204 205 1 1 0 60 360 0 64
Binary 10000100 10000100 10000101 1 1 0 110000 11110000 0 110100

Color Harmonies of #848485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848485

Black with #848485

Text Example


Text Example

White with #848485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848485; }

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

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

background-color css

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

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

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

border-color css

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

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

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