#7F8292

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

Shades of Manatee #7F8292

Tints of Manatee #7F8292

Color information

#7F8292 (or 0x7F8292) is unknown color: approx Manatee. HEX triplet: 7F, 82 and 92. RGB value is (127,130,146). Sum of RGB (Red+Green+Blue) = 127+130+146=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 130 (51.17% from 255 or 32.26% 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 #7F8292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8292 is #807D6D. Grayscale: #828282. Windows color (decimal): -8420718 or 9601663. OLE color: 9601663.

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

Color convert

RGB127130146-
CMYK0.130.1100.43
HSL230.53º8.02%53.53%-
HSV(B)230.53º13.01%57.25%-
XYZ21.9222.5530.39-
YUV130.93136.51125.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=31.51%
G=32.26%
B=36.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271301460.130.1100.43230.538.0253.53
Hex7F8292DB02Be7836
Octal17720222215130533471066
Binary11111111000001010010010110110110101011111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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