#457777

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

Shades of Ming #457777

Tints of Ming #457777

Color information

#457777 (or 0x457777) is unknown color: approx Ming. HEX triplet: 45, 77 and 77. RGB value is (69,119,119). Sum of RGB (Red+Green+Blue) = 69+119+119=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #457777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457777 is #BA8888. Grayscale: #686868. Windows color (decimal): -12224649 or 7829317. OLE color: 7829317.

HSL color Cylindrical-coordinate representation of color #457777: hue angle of 180º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457777 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69119119-
CMYK0.42000.53
HSL180º26.6%36.86%-
HSV(B)180º42.02%46.67%-
XYZ12.3815.7919.85-
YUV104.05136.44103-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=22.48%
G=38.76%
B=38.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691191190.42000.5318026.636.86
Hex4577772A0035b41b25
Octal1051671675200652643345
Binary100010111101111110111101010001101011011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457777; }

 p { color: rgb(69,119,119); }

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

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

 a { background-color: rgb(69,119,119); }

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

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

 span { border-color: rgb(69,119,119); }

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