#3D7772

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

Shades of Ming #3D7772

Tints of Ming #3D7772

Color information

#3D7772 (or 0x3D7772) is unknown color: approx Ming. HEX triplet: 3D, 77 and 72. RGB value is (61,119,114). Sum of RGB (Red+Green+Blue) = 61+119+114=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7772 is #C2888D. Grayscale: #656565. Windows color (decimal): -12748942 or 7501629. OLE color: 7501629.

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

Color convert

RGB61119114-
CMYK0.4900.040.53
HSL174.83º32.22%35.29%-
HSV(B)174.83º48.74%46.67%-
XYZ11.5615.418.28-
YUV101.09135.2899.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=20.75%
G=40.48%
B=38.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611191140.4900.040.53174.8332.2235.29
Hex3D7772310435af2023
Octal751671626104652574043
Binary11110111101111110010110001010011010110101111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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