Html Css Color HEX #84878F Manatee

📋 copy color: '#84878F'

red 132 ◦ green 135 ◦ blue 143

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

Shades of Manatee #84878F

Tints of Manatee #84878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.93%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 32.2%
G = 32.93%
B = 34.88%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84878F (or 0x84878F) is known color: Manatee. HEX triplet: 84, 87 and 8F. RGB value is (132,135,143). Sum of RGB (Red+Green+Blue) = 132+135+143=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 143 - color contains mainly: blue. Hex color #84878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878F is #7B7870. Grayscale: #868686. Windows color (decimal): -8091761 or 9406340. OLE color: 9406340.

HSL color Cylindrical-coordinate representation of color #84878F: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84878F is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 135 143 -
CMYK 0.08 0.06 0 0.44
HSL 223.64º 0.05% 0.54% -
HSV(B) 223.64º 0.08% 0.56% -
XYZ 23.14 24.22 29.44 -
YUV 135.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 132 135 143 0.08 0.06 0 0.44 223.64 0.05 0.54
Hex 84 87 8F 8 6 0 2C E0 5 36
Octal 204 207 217 10 6 0 54 340 5 66
Binary 10000100 10000111 10001111 1000 110 0 101100 11100000 101 110110

Color Harmonies of #84878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84878F

Black with #84878F

Text Example


Text Example

White with #84878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84878F; }

 p { color: rgb(132,135,143); }

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

background-color css

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

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

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

border-color css

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

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

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