#3C7776

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

Shades of Ming #3C7776

Tints of Ming #3C7776

Color information

#3C7776 (or 0x3C7776) is unknown color: approx Ming. HEX triplet: 3C, 77 and 76. RGB value is (60,119,118). Sum of RGB (Red+Green+Blue) = 60+119+118=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7776 is #C38889. Grayscale: #656565. Windows color (decimal): -12814474 or 7763772. OLE color: 7763772.

HSL color Cylindrical-coordinate representation of color #3C7776: hue angle of 178.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7776 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB60119118-
CMYK0.5000.010.53
HSL178.98º32.96%35.1%-
HSV(B)178.98º49.58%46.67%-
XYZ11.7315.4619.51-
YUV101.24137.4598.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=20.20%
G=40.07%
B=39.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601191180.5000.010.53178.9832.9635.1
Hex3C7776320135b32123
Octal741671666201652634143
Binary111100111011111101101100100111010110110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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