#7F8092

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

Shades of Manatee #7F8092

Tints of Manatee #7F8092

Color information

#7F8092 (or 0x7F8092) is unknown color: approx Manatee. HEX triplet: 7F, 80 and 92. RGB value is (127,128,146). Sum of RGB (Red+Green+Blue) = 127+128+146=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8092 is #807F6D. Grayscale: #818181. Windows color (decimal): -8421230 or 9601151. OLE color: 9601151.

HSL color Cylindrical-coordinate representation of color #7F8092: hue angle of 236.84º 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 #7F8092 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB127128146-
CMYK0.130.1200.43
HSL236.84º8.02%53.53%-
HSV(B)236.84º13.01%57.25%-
XYZ21.6622.0330.3-
YUV129.75137.17126.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=31.67%
G=31.92%
B=36.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271281460.130.1200.43236.848.0253.53
Hex7F8092DC02Bed836
Octal17720022215140533551066
Binary11111111000000010010010110111000101011111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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