#3D7776

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

Shades of Ming #3D7776

Tints of Ming #3D7776

Color information

#3D7776 (or 0x3D7776) is unknown color: approx Ming. HEX triplet: 3D, 77 and 76. RGB value is (61,119,118). Sum of RGB (Red+Green+Blue) = 61+119+118=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7776 is #C28889. Grayscale: #656565. Windows color (decimal): -12748938 or 7763773. OLE color: 7763773.

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

Color convert

RGB61119118-
CMYK0.4900.010.53
HSL178.97º32.22%35.29%-
HSV(B)178.97º48.74%46.67%-
XYZ11.7915.4919.51-
YUV101.54137.2899.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=20.47%
G=39.93%
B=39.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611191180.4900.010.53178.9732.2235.29
Hex3D7776310135b32023
Octal751671666101652634043
Binary111101111011111101101100010111010110110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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