#477777

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

Shades of Ming #477777

Tints of Ming #477777

Color information

#477777 (or 0x477777) is unknown color: approx Ming. HEX triplet: 47, 77 and 77. RGB value is (71,119,119). Sum of RGB (Red+Green+Blue) = 71+119+119=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #477777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477777 is #B88888. Grayscale: #686868. Windows color (decimal): -12093577 or 7829319. OLE color: 7829319.

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

Color convert

RGB71119119-
CMYK0.40000.53
HSL180º25.26%37.25%-
HSV(B)180º40.34%46.67%-
XYZ12.5315.8719.85-
YUV104.65136.1104-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=22.98%
G=38.51%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191190.40000.5318025.2637.25
Hex477777280035b41925
Octal1071671675000652643145
Binary100011111101111110111101000001101011011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477777; }

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

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

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

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

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

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

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

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