Html Css Color HEX #387776 Ming

📋 copy color: '#387776'

red 56 ◦ green 119 ◦ blue 118

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

Shades of Ming #387776

Tints of Ming #387776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 19.11%
G = 40.61%
B = 40.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#387776 (or 0x387776) is known color: Ming. HEX triplet: 38, 77 and 76. RGB value is (56,119,118). Sum of RGB (Red+Green+Blue) = 56+119+118=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #387776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387776 is #C78889. Grayscale: #636363. Windows color (decimal): -13076618 or 7763768. OLE color: 7763768.

HSL color Cylindrical-coordinate representation of color #387776: hue angle of 179.05º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387776 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 118 -
CMYK 0.53 0 0.01 0.53
HSL 179.05º 0.36% 0.34% -
HSV(B) 179.05º 0.53% 0.47% -
XYZ 11.5 15.34 19.49 -
YUV 100.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 56 119 118 0.53 0 0.01 0.53 179.05 0.36 0.34
Hex 38 77 76 35 0 1 35 B3 24 22
Octal 70 167 166 65 0 1 65 263 44 42
Binary 111000 1110111 1110110 110101 0 1 110101 10110011 100100 100010

Color Harmonies of #387776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387776

Black with #387776

Text Example


Text Example

White with #387776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387776; }

 p { color: rgb(56,119,118); }

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

background-color css

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

 a { background-color: rgb(56,119,118); }

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

border-color css

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

 span { border-color: rgb(56,119,118); }

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