#7F8392

Color #7F8392 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #7F8392

Tints of Manatee #7F8392

Color information

#7F8392 (or 0x7F8392) is unknown color: approx Manatee. HEX triplet: 7F, 83 and 92. RGB value is (127,131,146). Sum of RGB (Red+Green+Blue) = 127+131+146=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8392 is #807C6D. Grayscale: #838383. Windows color (decimal): -8420462 or 9601919. OLE color: 9601919.

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

Color convert

RGB127131146-
CMYK0.130.1000.43
HSL227.37º8.02%53.53%-
HSV(B)227.37º13.01%57.25%-
XYZ22.0622.8230.44-
YUV131.51136.17124.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=31.44%
G=32.43%
B=36.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271311460.130.1000.43227.378.0253.53
Hex7F8392DA02Be3836
Octal17720322215120533431066
Binary11111111000001110010010110110100101011111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8392; }

 p { color: rgb(127,131,146); }

 H1.HeaderClassName
 {
   color: #7F8392;
 }
 .AnyTagClassName
 {
   color: #7F8392;
 }
</style>
background-color css

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

 a { background-color: rgb(127,131,146); }

 div.DivClassName
 {
   background-color: #7F8392;
 }
 .BgClassName
 {
   background-color: #7F8392;
 }
</style>
border-color css

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

 span { border-color: rgb(127,131,146); }

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