Html Css Color HEX #387D7C Ming

📋 copy color: '#387D7C'

red 56 ◦ green 125 ◦ blue 124

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

Shades of Ming #387D7C

Tints of Ming #387D7C

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

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

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

Color convert

RGB 56 125 124 -
CMYK 0.55 0 0.01 0.51
HSL 179.13º 0.38% 0.35% -
HSV(B) 179.13º 0.55% 0.49% -
XYZ 12.6 16.96 21.68 -
YUV 104.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 56 125 124 0.55 0 0.01 0.51 179.13 0.38 0.35
Hex 38 7D 7C 37 0 1 33 B3 26 23
Octal 70 175 174 67 0 1 63 263 46 43
Binary 111000 1111101 1111100 110111 0 1 110011 10110011 100110 100011

Color Harmonies of #387D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D7C

Black with #387D7C

Text Example


Text Example

White with #387D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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