Html Css Color HEX #808192 Manatee

📋 copy color: '#808192'

red 128 ◦ green 129 ◦ blue 146

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

Shades of Manatee #808192

Tints of Manatee #808192

RGB

 RED value IS 128 (50.39% from 255) = 31.76%

 GREEN value IS 129 (50.78% from 255) = 32.01%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 31.76%
G = 32.01%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808192 (or 0x808192) is known color: Manatee. HEX triplet: 80, 81 and 92. RGB value is (128,129,146). Sum of RGB (Red+Green+Blue) = 128+129+146=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #808192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808192 is #7F7E6D. Grayscale: #828282. Windows color (decimal): -8355438 or 9601408. OLE color: 9601408.

HSL color Cylindrical-coordinate representation of color #808192: hue angle of 236.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808192 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 129 146 -
CMYK 0.12 0.12 0 0.43
HSL 236.67º 0.08% 0.54% -
HSV(B) 236.67º 0.12% 0.57% -
XYZ 21.94 22.37 30.35 -
YUV 130.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 128 129 146 0.12 0.12 0 0.43 236.67 0.08 0.54
Hex 80 81 92 C C 0 2B ED 8 36
Octal 200 201 222 14 14 0 53 355 10 66
Binary 10000000 10000001 10010010 1100 1100 0 101011 11101101 1000 110110

Color Harmonies of #808192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808192

Black with #808192

Text Example


Text Example

White with #808192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808192; }

 p { color: rgb(128,129,146); }

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

background-color css

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

 a { background-color: rgb(128,129,146); }

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

border-color css

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

 span { border-color: rgb(128,129,146); }

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