#387C7B

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

Shades of Ming #387C7B

Tints of Ming #387C7B

Color information

#387C7B (or 0x387C7B) is unknown color: approx Ming. HEX triplet: 38, 7C and 7B. RGB value is (56,124,123). Sum of RGB (Red+Green+Blue) = 56+124+123=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #387C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C7B is #C78384. Grayscale: #676767. Windows color (decimal): -13075333 or 8092728. OLE color: 8092728.

HSL color Cylindrical-coordinate representation of color #387C7B: hue angle of 179.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C7B is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB56124123-
CMYK0.5500.010.51
HSL179.12º37.78%35.29%-
HSV(B)179.12º54.84%48.63%-
XYZ12.4116.6921.31-
YUV103.55138.9794.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=18.48%
G=40.92%
B=40.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561241230.5500.010.51179.1237.7835.29
Hex387C7B370133b32623
Octal701741736701632634643
Binary111000111110011110111101110111001110110011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,123); }

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

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

 a { background-color: rgb(56,124,123); }

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

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

 span { border-color: rgb(56,124,123); }

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