#477776

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

Shades of Ming #477776

Tints of Ming #477776

Color information

#477776 (or 0x477776) is unknown color: approx Ming. HEX triplet: 47, 77 and 76. RGB value is (71,119,118). Sum of RGB (Red+Green+Blue) = 71+119+118=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #477776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477776 is #B88889. Grayscale: #686868. Windows color (decimal): -12093578 or 7763783. OLE color: 7763783.

HSL color Cylindrical-coordinate representation of color #477776: hue angle of 178.75º 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 #477776 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB71119118-
CMYK0.4000.010.53
HSL178.75º25.26%37.25%-
HSV(B)178.75º40.34%46.67%-
XYZ12.4715.8419.54-
YUV104.53135.6104.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=23.05%
G=38.64%
B=38.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191180.4000.010.53178.7525.2637.25
Hex477776280135b31925
Octal1071671665001652633145
Binary100011111101111110110101000011101011011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477776; }

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

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

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

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

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

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

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

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