#3C7B79

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

Shades of Ming #3C7B79

Tints of Ming #3C7B79

Color information

#3C7B79 (or 0x3C7B79) is unknown color: approx Ming. HEX triplet: 3C, 7B and 79. RGB value is (60,123,121). Sum of RGB (Red+Green+Blue) = 60+123+121=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B79 is #C38486. Grayscale: #676767. Windows color (decimal): -12813447 or 7961404. OLE color: 7961404.

HSL color Cylindrical-coordinate representation of color #3C7B79: hue angle of 178.1º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7B79 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB60123121-
CMYK0.5100.020.52
HSL178.1º34.43%35.88%-
HSV(B)178.1º51.22%48.24%-
XYZ12.416.5120.62-
YUV103.93137.6396.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=19.74%
G=40.46%
B=39.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal601231210.5100.020.52178.134.4335.88
Hex3C7B79330234b22224
Octal741731716302642624244
Binary1111001111011111100111001101011010010110010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,123,121); }

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

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

 a { background-color: rgb(60,123,121); }

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

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

 span { border-color: rgb(60,123,121); }

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