#39777F

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

Shades of Ming #39777F

Tints of Ming #39777F

Color information

#39777F (or 0x39777F) is unknown color: approx Ming. HEX triplet: 39, 77 and 7F. RGB value is (57,119,127). Sum of RGB (Red+Green+Blue) = 57+119+127=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #39777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39777F is #C68880. Grayscale: #656565. Windows color (decimal): -13011073 or 8353593. OLE color: 8353593.

HSL color Cylindrical-coordinate representation of color #39777F: hue angle of 186.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39777F is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57119127-
CMYK0.550.0600.50
HSL186.86º38.04%36.08%-
HSV(B)186.86º55.12%49.8%-
XYZ12.1115.622.45-
YUV101.37142.4696.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 127 (50% from 255) = 41.91%
R=18.81%
G=39.27%
B=41.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571191270.550.0600.50186.8638.0436.08
Hex39777F376032bb2624
Octal711671776760622734644
Binary11100111101111111111110111110011001010111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39777F; }

 p { color: rgb(57,119,127); }

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

<style>
 a { background-color: #39777F; }

 a { background-color: rgb(57,119,127); }

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

<style>
 span { border-color: #39777F; }

 span { border-color: rgb(57,119,127); }

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