#3F777E

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

Shades of Ming #3F777E

Tints of Ming #3F777E

Color information

#3F777E (or 0x3F777E) is unknown color: approx Ming. HEX triplet: 3F, 77 and 7E. RGB value is (63,119,126). Sum of RGB (Red+Green+Blue) = 63+119+126=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F777E is #C08881. Grayscale: #666666. Windows color (decimal): -12617858 or 8288063. OLE color: 8288063.

HSL color Cylindrical-coordinate representation of color #3F777E: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F777E is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB63119126-
CMYK0.500.0600.51
HSL186.67º33.33%37.06%-
HSV(B)186.67º50%49.41%-
XYZ12.4115.7622.13-
YUV103.05140.9599.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.45%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=20.45%
G=38.64%
B=40.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631191260.500.0600.51186.6733.3337.06
Hex3F777E326033bb2125
Octal771671766260632734145
Binary11111111101111111110110010110011001110111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F777E; }

 p { color: rgb(63,119,126); }

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

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

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

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

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

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

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