#3C7773

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

Shades of Ming #3C7773

Tints of Ming #3C7773

Color information

#3C7773 (or 0x3C7773) is unknown color: approx Ming. HEX triplet: 3C, 77 and 73. RGB value is (60,119,115). Sum of RGB (Red+Green+Blue) = 60+119+115=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7773 is #C3888C. Grayscale: #646464. Windows color (decimal): -12814477 or 7567164. OLE color: 7567164.

HSL color Cylindrical-coordinate representation of color #3C7773: hue angle of 175.93º 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 #3C7773 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB60119115-
CMYK0.5000.030.53
HSL175.93º32.96%35.1%-
HSV(B)175.93º49.58%46.67%-
XYZ11.5515.3918.58-
YUV100.9135.9598.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=20.41%
G=40.48%
B=39.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601191150.5000.030.53175.9332.9635.1
Hex3C7773320335b02123
Octal741671636203652604143
Binary1111001110111111001111001001111010110110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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