#487777

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

Shades of Ming #487777

Tints of Ming #487777

Color information

#487777 (or 0x487777) is unknown color: approx Ming. HEX triplet: 48, 77 and 77. RGB value is (72,119,119). Sum of RGB (Red+Green+Blue) = 72+119+119=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #487777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487777 is #B78888. Grayscale: #686868. Windows color (decimal): -12028041 or 7829320. OLE color: 7829320.

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

Color convert

RGB72119119-
CMYK0.39000.53
HSL180º24.61%37.45%-
HSV(B)180º39.5%46.67%-
XYZ12.615.919.86-
YUV104.95135.93104.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=23.23%
G=38.39%
B=38.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191190.39000.5318024.6137.45
Hex487777270035b41925
Octal1101671674700652643145
Binary100100011101111110111100111001101011011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487777; }

 p { color: rgb(72,119,119); }

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

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

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

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

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

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

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