#387A7F

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

Shades of Ming #387A7F

Tints of Ming #387A7F

Color information

#387A7F (or 0x387A7F) is unknown color: approx Ming. HEX triplet: 38, 7A and 7F. RGB value is (56,122,127). Sum of RGB (Red+Green+Blue) = 56+122+127=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #387A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A7F is #C78580. Grayscale: #666666. Windows color (decimal): -13075841 or 8354360. OLE color: 8354360.

HSL color Cylindrical-coordinate representation of color #387A7F: hue angle of 184.23º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387A7F is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56122127-
CMYK0.560.0400.50
HSL184.23º38.8%35.88%-
HSV(B)184.23º55.91%49.8%-
XYZ12.4216.2922.57-
YUV102.84141.6394.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 127 (50% from 255) = 41.64%
R=18.36%
G=40%
B=41.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561221270.560.0400.50184.2338.835.88
Hex387A7F384032b82724
Octal701721777040622704744
Binary11100011110101111111111000100011001010111000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A7F; }

 p { color: rgb(56,122,127); }

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

<style>
 a { background-color: #387A7F; }

 a { background-color: rgb(56,122,127); }

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

<style>
 span { border-color: #387A7F; }

 span { border-color: rgb(56,122,127); }

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