Html Css Color HEX #387C79 Ming

📋 copy color: '#387C79'

red 56 ◦ green 124 ◦ blue 121

#387C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #387C79

Tints of Ming #387C79

RGB

 RED value IS 56 (22.27% from 255) = 18.6%

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 18.6%
G = 41.2%
B = 40.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#387C79 (or 0x387C79) is known color: Ming. HEX triplet: 38, 7C and 79. RGB value is (56,124,121). Sum of RGB (Red+Green+Blue) = 56+124+121=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #387C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C79 is #C78386. Grayscale: #676767. Windows color (decimal): -13075335 or 7961656. OLE color: 7961656.

HSL color Cylindrical-coordinate representation of color #387C79: hue angle of 177.35º 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 #387C79 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 121 -
CMYK 0.55 0 0.02 0.51
HSL 177.35º 0.38% 0.35% -
HSV(B) 177.35º 0.55% 0.49% -
XYZ 12.29 16.64 20.65 -
YUV 103.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 56 124 121 0.55 0 0.02 0.51 177.35 0.38 0.35
Hex 38 7C 79 37 0 2 33 B1 26 23
Octal 70 174 171 67 0 2 63 261 46 43
Binary 111000 1111100 1111001 110111 0 10 110011 10110001 100110 100011

Color Harmonies of #387C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C79

Black with #387C79

Text Example


Text Example

White with #387C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #387C79;
 }
 .AnyTagClassName
 {
   color: #387C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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