#39777A

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

Shades of Ming #39777A

Tints of Ming #39777A

Color information

#39777A (or 0x39777A) is unknown color: approx Ming. HEX triplet: 39, 77 and 7A. RGB value is (57,119,122). Sum of RGB (Red+Green+Blue) = 57+119+122=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #39777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39777A is #C68885. Grayscale: #646464. Windows color (decimal): -13011078 or 8025913. OLE color: 8025913.

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

Color convert

RGB57119122-
CMYK0.530.0200.52
HSL182.77º36.31%35.1%-
HSV(B)182.77º53.28%47.84%-
XYZ11.815.4720.78-
YUV100.8139.9696.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=19.13%
G=39.93%
B=40.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571191220.530.0200.52182.7736.3135.1
Hex39777A352034b72423
Octal711671726520642674443
Binary1110011110111111101011010110011010010110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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