#42777F

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

Shades of Ming #42777F

Tints of Ming #42777F

Color information

#42777F (or 0x42777F) is unknown color: approx Ming. HEX triplet: 42, 77 and 7F. RGB value is (66,119,127). Sum of RGB (Red+Green+Blue) = 66+119+127=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #42777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777F is #BD8880. Grayscale: #676767. Windows color (decimal): -12421249 or 8353602. OLE color: 8353602.

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

Color convert

RGB66119127-
CMYK0.480.0600.50
HSL187.87º31.61%37.84%-
HSV(B)187.87º48.03%49.8%-
XYZ12.6715.8822.48-
YUV104.06140.94100.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 127 (50% from 255) = 40.71%
R=21.15%
G=38.14%
B=40.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661191270.480.0600.50187.8731.6137.84
Hex42777F306032bc2026
Octal1021671776060622744046
Binary100001011101111111111110000110011001010111100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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