#3C777F

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

Shades of Ming #3C777F

Tints of Ming #3C777F

Color information

#3C777F (or 0x3C777F) is unknown color: approx Ming. HEX triplet: 3C, 77 and 7F. RGB value is (60,119,127). Sum of RGB (Red+Green+Blue) = 60+119+127=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C777F is #C38880. Grayscale: #666666. Windows color (decimal): -12814465 or 8353596. OLE color: 8353596.

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

Color convert

RGB60119127-
CMYK0.530.0600.50
HSL187.16º35.83%36.67%-
HSV(B)187.16º52.76%49.8%-
XYZ12.2915.6922.46-
YUV102.27141.9597.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 127 (50% from 255) = 41.50%
R=19.61%
G=38.89%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601191270.530.0600.50187.1635.8336.67
Hex3C777F356032bb2425
Octal741671776560622734445
Binary11110011101111111111110101110011001010111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,127); }

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

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

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

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

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

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

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