Html Css Color HEX #87888E Manatee

📋 copy color: '#87888E'

red 135 ◦ green 136 ◦ blue 142

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

Shades of Manatee #87888E

Tints of Manatee #87888E

RGB

 RED value IS 135 (53.13% from 255) = 32.69%

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 32.69%
G = 32.93%
B = 34.38%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#87888E (or 0x87888E) is known color: Manatee. HEX triplet: 87, 88 and 8E. RGB value is (135,136,142). Sum of RGB (Red+Green+Blue) = 135+136+142=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 142 - color contains mainly: blue. Hex color #87888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87888E is #787771. Grayscale: #888888. Windows color (decimal): -7894898 or 9341063. OLE color: 9341063.

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

Color convert

RGB 135 136 142 -
CMYK 0.05 0.04 0 0.44
HSL 231.43º 0.03% 0.54% -
HSV(B) 231.43º 0.05% 0.56% -
XYZ 23.68 24.71 29.11 -
YUV 136.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 135 136 142 0.05 0.04 0 0.44 231.43 0.03 0.54
Hex 87 88 8E 5 4 0 2C E7 3 36
Octal 207 210 216 5 4 0 54 347 3 66
Binary 10000111 10001000 10001110 101 100 0 101100 11100111 11 110110

Color Harmonies of #87888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87888E

Black with #87888E

Text Example


Text Example

White with #87888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,136,142); }

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

background-color css

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

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

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

border-color css

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

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

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