Html Css Color HEX #84858C Manatee

📋 copy color: '#84858C'

red 132 ◦ green 133 ◦ blue 140

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

Shades of Manatee #84858C

Tints of Manatee #84858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 32.59%
G = 32.84%
B = 34.57%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84858C (or 0x84858C) is known color: Manatee. HEX triplet: 84, 85 and 8C. RGB value is (132,133,140). Sum of RGB (Red+Green+Blue) = 132+133+140=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #84858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84858C is #7B7A73. Grayscale: #858585. Windows color (decimal): -8092276 or 9209220. OLE color: 9209220.

HSL color Cylindrical-coordinate representation of color #84858C: hue angle of 232.5º 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 #84858C is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 133 140 -
CMYK 0.06 0.05 0 0.45
HSL 232.5º 0.03% 0.53% -
HSV(B) 232.5º 0.06% 0.55% -
XYZ 22.64 23.57 28.17 -
YUV 133.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 132 133 140 0.06 0.05 0 0.45 232.5 0.03 0.53
Hex 84 85 8C 6 5 0 2D E8 3 35
Octal 204 205 214 6 5 0 55 350 3 65
Binary 10000100 10000101 10001100 110 101 0 101101 11101000 11 110101

Color Harmonies of #84858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84858C

Black with #84858C

Text Example


Text Example

White with #84858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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