Html Css Color HEX #387779 Ming

📋 copy color: '#387779'

red 56 ◦ green 119 ◦ blue 121

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

Shades of Ming #387779

Tints of Ming #387779

RGB

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

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

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

R = 18.92%
G = 40.2%
B = 40.88%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#387779 (or 0x387779) is known color: Ming. HEX triplet: 38, 77 and 79. RGB value is (56,119,121). Sum of RGB (Red+Green+Blue) = 56+119+121=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #387779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387779 is #C78886. Grayscale: #646464. Windows color (decimal): -13076615 or 7960376. OLE color: 7960376.

HSL color Cylindrical-coordinate representation of color #387779: hue angle of 181.85º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387779 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 121 -
CMYK 0.54 0.02 0 0.53
HSL 181.85º 0.37% 0.35% -
HSV(B) 181.85º 0.54% 0.47% -
XYZ 11.68 15.41 20.45 -
YUV 100.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 56 119 121 0.54 0.02 0 0.53 181.85 0.37 0.35
Hex 38 77 79 36 2 0 35 B6 25 23
Octal 70 167 171 66 2 0 65 266 45 43
Binary 111000 1110111 1111001 110110 10 0 110101 10110110 100101 100011

Color Harmonies of #387779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387779

Black with #387779

Text Example


Text Example

White with #387779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387779; }

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

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

background-color css

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

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

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

border-color css

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

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

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