Html Css Color HEX #387C7D Ming

📋 copy color: '#387C7D'

red 56 ◦ green 124 ◦ blue 125

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

Shades of Ming #387C7D

Tints of Ming #387C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 18.36%
G = 40.66%
B = 40.98%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#387C7D (or 0x387C7D) is known color: Ming. HEX triplet: 38, 7C and 7D. RGB value is (56,124,125). Sum of RGB (Red+Green+Blue) = 56+124+125=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #387C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C7D is #C78382. Grayscale: #676767. Windows color (decimal): -13075331 or 8223800. OLE color: 8223800.

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

Color convert

RGB 56 124 125 -
CMYK 0.55 0.01 0 0.51
HSL 180.87º 0.38% 0.35% -
HSV(B) 180.87º 0.55% 0.49% -
XYZ 12.54 16.74 21.97 -
YUV 103.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 56 124 125 0.55 0.01 0 0.51 180.87 0.38 0.35
Hex 38 7C 7D 37 1 0 33 B5 26 23
Octal 70 174 175 67 1 0 63 265 46 43
Binary 111000 1111100 1111101 110111 1 0 110011 10110101 100110 100011

Color Harmonies of #387C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C7D

Black with #387C7D

Text Example


Text Example

White with #387C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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