#38777F

Color #38777F Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #38777F

Tints of Ming #38777F

Color information

#38777F (or 0x38777F) is unknown color: approx Ming. HEX triplet: 38, 77 and 7F. RGB value is (56,119,127). Sum of RGB (Red+Green+Blue) = 56+119+127=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #38777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38777F is #C78880. Grayscale: #646464. Windows color (decimal): -13076609 or 8353592. OLE color: 8353592.

HSL color Cylindrical-coordinate representation of color #38777F: hue angle of 186.76º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38777F is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56119127-
CMYK0.560.0600.50
HSL186.76º38.8%35.88%-
HSV(B)186.76º55.91%49.8%-
XYZ12.0615.5722.45-
YUV101.07142.6395.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 127 (50% from 255) = 42.05%
R=18.54%
G=39.40%
B=42.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561191270.560.0600.50186.7638.835.88
Hex38777F386032bb2724
Octal701671777060622734744
Binary11100011101111111111111000110011001010111011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38777F; }

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

 H1.HeaderClassName
 {
   color: #38777F;
 }
 .AnyTagClassName
 {
   color: #38777F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #38777F;
 }
 .BgClassName
 {
   background-color: #38777F;
 }
</style>
border-color css

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

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

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