#3C7775

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

Shades of Ming #3C7775

Tints of Ming #3C7775

Color information

#3C7775 (or 0x3C7775) is unknown color: approx Ming. HEX triplet: 3C, 77 and 75. RGB value is (60,119,117). Sum of RGB (Red+Green+Blue) = 60+119+117=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7775 is #C3888A. Grayscale: #656565. Windows color (decimal): -12814475 or 7698236. OLE color: 7698236.

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

Color convert

RGB60119117-
CMYK0.5000.020.53
HSL177.97º32.96%35.1%-
HSV(B)177.97º49.58%46.67%-
XYZ11.6715.4419.19-
YUV101.13136.9598.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=20.27%
G=40.20%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601191170.5000.020.53177.9732.9635.1
Hex3C7775320235b22123
Octal741671656202652624143
Binary1111001110111111010111001001011010110110010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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