#3F7777

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

Shades of Ming #3F7777

Tints of Ming #3F7777

Color information

#3F7777 (or 0x3F7777) is unknown color: approx Ming. HEX triplet: 3F, 77 and 77. RGB value is (63,119,119). Sum of RGB (Red+Green+Blue) = 63+119+119=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #3F7777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7777 is #C08888. Grayscale: #666666. Windows color (decimal): -12617865 or 7829311. OLE color: 7829311.

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

Color convert

RGB63119119-
CMYK0.47000.53
HSL180º30.77%35.69%-
HSV(B)180º47.06%46.67%-
XYZ11.9815.5819.83-
YUV102.26137.45100-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=20.93%
G=39.53%
B=39.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191190.47000.5318030.7735.69
Hex3F77772F0035b41f24
Octal771671675700652643744
Binary11111111101111110111101111001101011011010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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