Html Css Color HEX #878796 Manatee

📋 copy color: '#878796'

red 135 ◦ green 135 ◦ blue 150

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

Shades of Manatee #878796

Tints of Manatee #878796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 32.14%
G = 32.14%
B = 35.71%

CMYK

 C value IS 0.1

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#878796 (or 0x878796) is known color: Manatee. HEX triplet: 87, 87 and 96. RGB value is (135,135,150). Sum of RGB (Red+Green+Blue) = 135+135+150=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 150 - color contains mainly: blue. Hex color #878796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878796 is #787869. Grayscale: #888888. Windows color (decimal): -7895146 or 9865095. OLE color: 9865095.

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

Color convert

RGB 135 135 150 -
CMYK 0.1 0.1 0 0.41
HSL 240º 0.07% 0.56% -
HSV(B) 240º 0.1% 0.59% -
XYZ 24.16 24.68 32.34 -
YUV 136.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 135 135 150 0.1 0.1 0 0.41 240 0.07 0.56
Hex 87 87 96 A A 0 29 F0 7 38
Octal 207 207 226 12 12 0 51 360 7 70
Binary 10000111 10000111 10010110 1010 1010 0 101001 11110000 111 111000

Color Harmonies of #878796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878796

Black with #878796

Text Example


Text Example

White with #878796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878796; }

 p { color: rgb(135,135,150); }

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

background-color css

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

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

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

border-color css

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

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

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